rpm: Add workaround for debugedit-segv
authorMark Hatle <mark.hatle@windriver.com>
Mon, 25 Mar 2013 17:19:52 +0000 (12:19 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2013 17:42:58 +0000 (17:42 +0000)
commitc6a2af080c2075ef37a464002c170f610d660fa0
treee508d3bd79fcc419240ed8f18c82f1130067dc86
parent65e9c33461503ca6f72153fd02374e16868bd4bd
rpm: Add workaround for debugedit-segv

[ YOCTO #4089 ]

On PPC and MIPS, there appears to be a condition that causes
debugedit to segfault.  The segfault is related to a call into
the md5hash algorithm, an address of '0', and a size > 0 is passed
causing the access of the address to segv.

This workaround may prove to be the final fix, but it's currently
unclear what the actual cause of the 0 address is.

(From OE-Core rev: a046029eb96cd9307253937ceeadafaaa6d06dce)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm/debugedit-segv.patch [new file with mode: 0644]
meta/recipes-devtools/rpm/rpm_5.4.9.bb