summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/0133.bpo-28275.EhWIsz.rst
blob: cff7838f5247aa202a10cf6815d20c0cf909dafd (plain)
1
2
Fixed possible use after free in the decompress() methods of the
LZMADecompressor and BZ2Decompressor classes. Original patch by John Leitch.