This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]