diff options
author | Li Zhou <li.zhou@windriver.com> | 2015-04-27 10:54:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-28 07:56:57 +0100 |
commit | ae736dbdd140975ba43f06e635b461dbf36a117e (patch) | |
tree | 0f8f690377350ac878ba69d14083867eb02076f1 /documentation | |
parent | 8f8858bfb00a9a349069cb4e8f44c675a7913739 (diff) | |
download | poky-ae736dbdd140975ba43f06e635b461dbf36a117e.tar.gz |
libxfont: Security Advisory - libxfont - CVE-2015-1804
bdfReadCharacters: ensure metrics fit into xCharInfo struct
We use 32-bit ints to read from the bdf file, but then try to stick
into a 16-bit int in the xCharInfo struct, so make sure they won't
overflow that range.
(From OE-Core rev: 4dd4b96b6d60246338bb30ede9f3ab1b2e757be9)
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
0 files changed, 0 insertions, 0 deletions