diff options
author | Alexey Izbyshev <izbyshev@ispras.ru> | 2018-10-28 16:45:50 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2018-10-28 16:45:50 (GMT) |
commit | 3d4fabb2a424cb04ae446ebe4428090c386f45a5 (patch) | |
tree | 31ba780345d92c1d73db0fcfe04995a360c3a0f2 /Python/pytime.c | |
parent | 68d6dc0770288075504635a8e42696070823fd69 (diff) | |
download | cpython-3d4fabb2a424cb04ae446ebe4428090c386f45a5.zip cpython-3d4fabb2a424cb04ae446ebe4428090c386f45a5.tar.gz cpython-3d4fabb2a424cb04ae446ebe4428090c386f45a5.tar.bz2 |
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
* Fix potential division by zero in BZ2_Malloc()
* Avoid division by zero in PyLzma_Malloc()
* Avoid division by zero and integer overflow in PyZlib_Malloc()
Reported by Svace static analyzer.
Diffstat (limited to 'Python/pytime.c')
0 files changed, 0 insertions, 0 deletions