classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] StringBuilder and Appendable for CVS HEAD


From: Michael Koch
Subject: Re: [cp-patches] StringBuilder and Appendable for CVS HEAD
Date: Tue, 14 Dec 2004 19:07:37 +0100
User-agent: KMail/1.6.2

Am Dienstag, 14. Dezember 2004 18:17 schrieb Jeroen Frijters:
> Andrew John Hughes wrote:
> > I agree; but this is code which has sat in the generics branch
> > for several months, not something that has just been put
> > together.  Also, this is something which will allow Classpath to
> > work with existing code that just happens to be compiled with a
> > 1.5 compiler (which does a StringBuffer for StringBuilder
> > substitution in String use) but has no actual 1.5 changes.
>
> I reviewed the patch and thought about the co-variant return type
> issue and I think it is safe to put in.
>
> However, note that the current implementation is not correct
> (thread/memory model safe). It's going to be quite tricky to
> efficiently convert a StringBuilder into a String without creating
> potential security holes.

We should not introduce code that is potentially insecure in current 
state.


Michael
-- 
Homepage: http://www.worldforge.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]