Author gregory.p.smith
Recipients christian.heimes, gregory.p.smith, terry.reedy
Date 2008-12-05.07:43:29
SpamBayes Score 0.000127446
Marked as misclassified No
Message-id <1228463012.26.0.384323451036.issue4533@psf.upfronthosting.co.za>
In-reply-to
Content
fileio_buffer2.patch looks good other than minor touchups:

Turn the XXX comment into:

/* NOTE: overflow impossible due to limits on BUFSIZ *

Also, 2 << 24 is 32MB yet your error message test says >= 64MB.  I think
you meant 1 << 26.

fix those and commit. :)
History
Date User Action Args
2008-12-05 07:43:32gregory.p.smithsetrecipients: + gregory.p.smith, terry.reedy, christian.heimes
2008-12-05 07:43:32gregory.p.smithsetmessageid: <1228463012.26.0.384323451036.issue4533@psf.upfronthosting.co.za>
2008-12-05 07:43:31gregory.p.smithlinkissue4533 messages
2008-12-05 07:43:29gregory.p.smithcreate