diff options
author | Dhairya Nagodra <dnagodra@cisco.com> | 2023-07-25 23:45:34 -0700 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-08-16 03:55:13 -1000 |
commit | 3b52050443eef30e7c2b35b9ead441f77b62401c (patch) | |
tree | 8d5b187fc2be7d8977bb07c74fc0c2828d41af7b /scripts/lib | |
parent | 959e7b1432994ade7a79b074d8de3070a69c494f (diff) | |
download | poky-3b52050443eef30e7c2b35b9ead441f77b62401c.tar.gz |
harfbuzz: Resolve backported commit bug.
The commit [https://github.com/openembedded/openembedded-core/commit/c22bbe9b45e3]
backports fix for CVE-2023-25193 for version 2.6.4.
The apply() in src/hb-ot-layout-gpos-table.hh ends prematurely.
The if block in apply() has an extra return statement,
which causes it to return w/o executing
buffer->unsafe_to_concat_from_outbuffer() function.
(From OE-Core rev: e3fda60c4131c21cfb3139c56c1771e342d4b9bf)
Signed-off-by: Dhairya Nagodra <dnagodra@cisco.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions