diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-06-26 15:08:47 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-29 08:58:17 +0100 |
commit | bf1473d0c1b099b8d919835cc430b99606134aab (patch) | |
tree | 1ac97d614e1ca6d6e8ef9aa011232bcaa5257dfe /meta/classes | |
parent | 98353862c08be2f1724aaad7aa4ed0521e3621f2 (diff) | |
download | openembedded-core-bf1473d0c1b099b8d919835cc430b99606134aab.tar.gz openembedded-core-bf1473d0c1b099b8d919835cc430b99606134aab.tar.bz2 openembedded-core-bf1473d0c1b099b8d919835cc430b99606134aab.zip |
recipes-devtools: fix segfault in lib32-gcc with "." multilib_dir
When enabling a lib32-gcc in a 64 bit build, without doing any
other configuration, the mutilib dir is unspecified, which is
represented internally in gcc as "." and as such uncovers an
invalid free on a non-malloc'd pointer.
As suggested by the gcc folks, simply make sure the "." case
is also stored in a malloc'd pointer, so that the intended
runtime behaviour of the code remains unchanged.
Patch has been accepted by upstream maintainers of gcc.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions