]> granicus.if.org Git - python/commit
Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and bytearray...
authorMark Dickinson <dickinsm@gmail.com>
Tue, 10 Aug 2010 18:35:01 +0000 (18:35 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 10 Aug 2010 18:35:01 +0000 (18:35 +0000)
commitcf940c701f982d7a38144b31d09dc9613af841b7
treeeb5368b6c9ab6fdf766c69fac3866a48c9c8a5cc
parent331ea92ade37e5dcf14c44df59e5eda2136b1a8f
Issue #9530:  Fix undefined-behaviour-inducing overflow checks in bytes and bytearray implementations.
Lib/test/test_bytes.py
Objects/bytearrayobject.c
Objects/bytesobject.c