[issue35561] Valgrind reports Syscall param epoll_ctl(event) points to uninitialised byte(s)

STINNER Victor report at bugs.python.org
Mon Jan 6 11:23:58 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

> Initialize ev.data to 0

I dislike this option, since the code is legit: Valgrind produces a false alarm.

> Use Misc/valgrind-python.supp to ignore this *false alarm*

I prefer this option.

----------

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


More information about the Python-bugs-list mailing list