This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, gvanrossum, jnferguson
Date 2009-06-03.21:42:45
SpamBayes Score 0.009973046
Marked as misclassified No
Message-id <1244065367.29.0.309361924516.issue2590@psf.upfronthosting.co.za>
In-reply-to
Content
All expressions are of type Py_ssize_t, which is signed.
buffer_len is positive; the subtraction (buffer_len - offset) can 
overflow only if offset is a (large) negative number, but then the first 
part of the test is already fulfilled.

Closing unless more evidence is given.
History
Date User Action Args
2009-06-03 21:42:47amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gvanrossum, jnferguson
2009-06-03 21:42:47amaury.forgeotdarcsetmessageid: <1244065367.29.0.309361924516.issue2590@psf.upfronthosting.co.za>
2009-06-03 21:42:45amaury.forgeotdarclinkissue2590 messages
2009-06-03 21:42:45amaury.forgeotdarccreate