mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
Add a check for NULL on dereferencing the xim pointer. Using mplayer with the x11 backend will trigger this and result in a segfault. (From OE-Core rev: f7d8947744d7dd1d08721ef0e707912304722d2b) Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
405 B
BlitzBasic
13 lines
405 B
BlitzBasic
require libx11.inc
|
|
inherit gettext
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRC_URI += "file://disable_tests.patch \
|
|
file://nls-always-use-XCOMM-instead-of-for-comments-in-Comp.patch \
|
|
file://libX11-Add-missing-NULL-check.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "c35d6ad95b06635a524579e88622fdb5"
|
|
SRC_URI[sha256sum] = "2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16"
|