Files
poky/meta/recipes-devtools
Paul Gortmaker 0ae5aadc6b 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.

(From OE-Core rev: bf1473d0c1b099b8d919835cc430b99606134aab)

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-29 09:04:21 +01:00
..
2014-03-02 17:25:28 +00:00
2014-06-06 10:24:07 +01:00
2014-05-21 19:50:21 +01:00
2014-05-13 19:32:06 +01:00
2014-01-02 12:50:24 +00:00
2014-04-24 17:55:14 +01:00
2014-02-21 16:09:08 +00:00
2014-04-30 16:39:08 +01:00
2014-04-25 17:19:19 +01:00
2014-06-01 14:29:30 +01:00
2014-05-13 19:32:06 +01:00
2014-05-28 08:19:31 +01:00
2014-06-14 08:43:56 +01:00
2014-05-21 09:09:01 +01:00
2014-04-24 17:55:15 +01:00
2014-05-08 13:00:33 +01:00
2014-04-10 17:35:15 +01:00
2014-04-25 17:19:20 +01:00
2013-08-13 23:05:58 +01:00