pixman: add patch to fix SEGFAULT when parsing auxv
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 31 Jul 2012 01:29:46 +0000 (03:29 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:22:15 +0000 (08:22 -0800)
commit6d7b7402240cf77046571286fa0fd5b8e7d6f9ef
treebc03594ef0641d658fe8afb4cbb60dc823ef6bb6
parentc6240f1538aedf6dbfcf00a42d5733a6dbfccab6
pixman: add patch to fix SEGFAULT when parsing auxv

* without this patch emacs won't build
* temacs is executed in qemu and fails like this:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault
which is actually:
Program received signal SIGSEGV, Segmentation fault.
__GI_strncmp (s1=s1@entry=0x0, s2=s2@entry=0x40d68638 "v7l", n=n@entry=3) at strncmp.c:64
64      strncmp.c: No such file or directory.
(gdb) bt
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

(From meta-openembedded rev: 72e02b4625dceb0cc72e1edfc28215786c7de63a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-graphics/xorg-lib/pixman-0.26.2/0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch [new file with mode: 0644]
meta-openembedded/meta-oe/recipes-graphics/xorg-lib/pixman_0.26.2.bbappend