This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj-security and some issues
Michael Koch writes:
> > Sure the above is just a little hack by me, but at least it shows my
> > understanding of the issue.
>
> Your analysis seems quite correct BUT the biggest problem yet is that
> StackTrace's implementation is just crap. The solution you provided is
> nearly the same I did here some days ago until I found out that
> StrackTrace is so dumb (it calls external apps to analyze the
> stack
Have you actually looked at the current implementation? Simply doing
getClass(RawData), which is all you need, requires no external calls
at all.
Andrew.