]> code.ossystems Code Review - openembedded-core.git/commit
libxfont: Security Advisory - libxfont - CVE-2015-1804
authorLi Zhou <li.zhou@windriver.com>
Mon, 27 Apr 2015 02:54:22 +0000 (10:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 17:12:11 +0000 (18:12 +0100)
commit1e2a947e65f5fb6e01459c9ddd6515a7131d92c7
tree176ecb47cad10bc710ed6e8db68b857499bff234
parent7827e9756e82c31707ce87d27c7d0b0392fc0812
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>
meta/recipes-graphics/xorg-lib/libxfont/0001-bdfReadCharacters-ensure-metrics-fit-into-xCharInfo-.patch [new file with mode: 0644]
meta/recipes-graphics/xorg-lib/libxfont_1.5.0.bb