[issue35090] bz2: Potential division by zero in BZ2_Malloc()

Alexey Izbyshev report at bugs.python.org
Sun Oct 28 12:04:59 EDT 2018


Alexey Izbyshev <izbyshev at ispras.ru> added the comment:

May be we should add a new function (_PyMem_RawMallocItems?) that does the same checks as PyMem_RawCalloc, but doesn't zero-initialize memory?

----------

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


More information about the Python-bugs-list mailing list