RFR-8008118 (original) (raw)
Martin Buchholz martinrb at google.com
Thu Apr 11 16:00:39 UTC 2013
- Previous message: RFR-8008118
- Next message: RFR-8008118
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Agreed. When I worked on this, I was only looking at the more difficult one. The NULL check for errmsg should be merged back in.
On Thu, Apr 11, 2013 at 6:28 AM, Chris Hegarty <chris.hegarty at oracle.com>wrote:
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.
- Previous message: RFR-8008118
- Next message: RFR-8008118
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]