[New-bugs-announce] [issue28187] Check return value of _PyBytes_Resize
Berker Peksag
report at bugs.python.org
Sat Sep 17 05:36:45 EDT 2016
New submission from Berker Peksag:
There are a couple of instances that don't check return value of _PyBytes_Resize in Modules/. I noticed this while working on issue 25270.
Patch attached.
----------
components: Extension Modules
files: pybytes_resize.diff
keywords: patch
messages: 276778
nosy: berker.peksag, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Check return value of _PyBytes_Resize
type: behavior
versions: Python 3.6, Python 3.7
Added file: http://bugs.python.org/file44710/pybytes_resize.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28187>
_______________________________________
More information about the New-bugs-announce
mailing list