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

Reply via email to