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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15770>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to