RFR-8008118

Chris Hegarty chris.hegarty at oracle.com
Thu Apr 11 13:28:32 UTC 2013


On 04/11/2013 02:14 PM, Alan Bateman wrote:
> On 10/04/2013 19:14, Martin Buchholz wrote:
>> I am happy with the latest webrev - ship it!  Thanks, John!
>>
>>
> I agree, new version is so much better.
>
> Chris - are you sponsoring this one?
>
> -Alan.


In the quite lengthly discussion for this issue we seem to have missed a 
small change from the original review,

     /* ASCII Decimal representation uses 2.4 times as many bits as 
binary. */
      errmsg = NEW(char, strlen(format) + strlen(detail) + 3 * 
sizeof(errnum));
+    if (errmsg == NULL)
+        return;
+

-Chris.



More information about the core-libs-dev mailing list