diff options
author | Li Wang <li.wang@windriver.com> | 2013-01-07 11:10:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 11:32:14 +0000 |
commit | 3f8f1ea957c7c319b921c97466f80c24c8b62be9 (patch) | |
tree | 725fd06c989e0339c3e133df425af371c2f6d7a4 /meta/classes/license.bbclass | |
parent | 923852c9522b15ffda9885a38a174ada61c90528 (diff) | |
download | poky-3f8f1ea957c7c319b921c97466f80c24c8b62be9.tar.gz |
librsvg: CVE-2011-3146
Store node type separately in RsvgNode
commit 34c95743ca692ea0e44778e41a7c0a129363de84 upstream
The node name (formerly RsvgNode:type) cannot be used to infer
the sub-type of RsvgNode that we're dealing with, since for unknown
elements we put type = node-name. This lead to a (potentially exploitable)
crash e.g. when the element name started with "fe" which tricked
the old code into considering it as a RsvgFilterPrimitive.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3146
https://bugzilla.gnome.org/show_bug.cgi?id=658014
[YOCTO #3581]
[ CQID: WIND00376773 ]
Upstream-Status: Backport
(From OE-Core rev: fdd6da5933a3e7dd1e0ca2afd7107839b4fa65e8)
Signed-off-by: Li Wang <li.wang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/license.bbclass')
0 files changed, 0 insertions, 0 deletions