This is the mail archive of the java-patches@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: [patch] [4.0] string-to-double conversion can throw NullPointerException


Tom Tromey writes:
> >>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
> 
> Matthias> Ok to backport the fix for PR classpath/23863 to the 4.0 branch,
> Matthias> causing a build failure of kaffe on amd64?
> 
> Yes, thanks.

checked in, as well as a followup patch to fix a typo.

Index: java/lang/mprec.h
===================================================================
--- java/lang/mprec.h   (revision 110064)
+++ java/lang/mprec.h   (working copy)
@@ -294,7 +294,7 @@
 #define MAX_BIGNUMS 16
 #ifdef Pack_32
 #define MAX_BIGNUM_WDS 32
-else
+#else
   /* Note that this is a workaround for */
 #define MAX_BIGNUM_WDS 128
 #endif


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