[Python-Dev] 2.4 vs Windows vs bsddb [correction]

David Hopwood david.nospam.hopwood at blueyonder.co.uk
Wed Oct 11 01:03:26 CEST 2006


I wrote:
> You omitted to state an assumption that sizeof(errTxt) >= 4, since size_t
> (and the constant 4) are unsigned.

Sorry, the constant '4' is signed, but sizeof(errTxt) - 4 can nevertheless
wrap around unless sizeof(errTxt) >= 4.

-- 
David Hopwood <david.nospam.hopwood at blueyonder.co.uk>




More information about the Python-Dev mailing list