[New-bugs-announce] [issue37732] Possible uninitialized variable in Objects/obmalloc.c

Joannah Nanjekye report at bugs.python.org
Wed Jul 31 10:17:16 EDT 2019


New submission from Joannah Nanjekye <nanjekyejoannah at gmail.com>:

Here is a compilation warning I got;

Objects/obmalloc.c: In function ‘_PyObject_Malloc’:
Objects/obmalloc.c:1646:16: warning: ‘ptr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         return ptr;
                ^~~
We can investigate If its not a false alarm.

----------
messages: 348807
nosy: nanjekyejoannah
priority: normal
severity: normal
status: open
title: Possible uninitialized variable in Objects/obmalloc.c
type: behavior

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


More information about the New-bugs-announce mailing list