[New-bugs-announce] [issue34493] Objects/genobject.c: Missing NULL check in compute_cr_origin()

Alexey Izbyshev report at bugs.python.org
Fri Aug 24 19:05:49 EDT 2018


New submission from Alexey Izbyshev <izbyshev at ispras.ru>:

The return value of PyTuple_New() is not checked for NULL at https://github.com/python/cpython/blob/ef8861c112ed1dac9351958c121bc24ca4ecdb08/Objects/genobject.c#L1130 and then dereferenced.

----------
components: Interpreter Core
messages: 324022
nosy: berker.peksag, izbyshev, njs, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Objects/genobject.c: Missing NULL check in compute_cr_origin()
type: behavior
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34493>
_______________________________________


More information about the New-bugs-announce mailing list