[issue45385] Fix possible reference leak from descr_check

Dong-hee Na report at bugs.python.org
Wed Oct 6 10:55:04 EDT 2021


Dong-hee Na <donghee.na at python.org> added the comment:

Compiler warnings from PR 28572:

Objects/descrobject.c#L183
‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized]

Objects/descrobject.c#L201
‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized]

Objects/descrobject.c#L217
‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized]

----------

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


More information about the Python-bugs-list mailing list