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

Nikolaus Rath report at bugs.python.org
Wed Jul 17 11:08:17 EDT 2019


Nikolaus Rath <Nikolaus at rath.org> added the comment:

Is there a good reason to not explicitly initialize them nevertheless? Valgrind is a common tool, and this false positive will affect everyone attempting to run it on a Python extension module.

----------

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


More information about the Python-bugs-list mailing list