RFC: [patch] Shark fix memory corruption bug when accessing mattr outside of defined scope.
Xerxes Rånby
xerxes at zafena.se
Thu Mar 4 04:54:16 PST 2010
On 2010-03-04 13:13, Xerxes Rånby wrote:
> The memory used for mattr during sharkCompiler::sharkCompiler can have
> been reallocated before its contents are used because the args vector
> refers to the mattr memory outside of matts valid scope. The attached
> patch fixed this issue.
>
> If you have got hit by this bug then you will see shark exit early with
> an odd error messages like
> ": Unknown command line argument 't-failed-fuse-candidates'. Try: ' -help'"
> because LLVM are trying to parse reused memory for its command line
> arguments.
>
> Ok to push?
> Ok to push to icedtea6-1.7 release branch?
>
> 2010-03-04 Xerxes Rånby <xerxes at zafena.se>
>
> * ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
> (sharkCompiler::sharkCompiler): Move mattr define to make its memory
> valid in the scope where it are used by the args vector.
>
> Cheers and have a great day!
> Xerxes
>
>
>
Commited as:
http://icedtea.classpath.org/hg/release/icedtea6-1.7/rev/546f16ad97d5
and
http://icedtea.classpath.org/hg/icedtea6/rev/c736cfc2dcb2
After codereview by gnu_andrew ower irc:
(13.46.32) gnu_andrew: xranby, ok looks good to me
Thanks Andrew for the review!
Cheers
Xerxes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100304/600c23de/attachment.html
More information about the distro-pkg-dev
mailing list