[New-bugs-announce] [issue15770] _testbuffer.get_contiguous() doesn't check input arguments

STINNER Victor report at bugs.python.org
Thu Aug 23 10:07:37 CEST 2012


New submission from STINNER Victor:

_testbuffer.get_contiguous() abort with an assertion error if it gets invalid arguments. Attached patch adds tests for valid values.

I found this bug using my fuzzer (fusil).

----------
components: Library (Lib)
files: _testbuffer.patch
keywords: patch
messages: 168928
nosy: haypo, skrah
priority: normal
severity: normal
status: open
title: _testbuffer.get_contiguous() doesn't check input arguments
versions: Python 3.3
Added file: http://bugs.python.org/file26968/_testbuffer.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15770>
_______________________________________


More information about the New-bugs-announce mailing list