mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
171 B
ReStructuredText
3 lines
171 B
ReStructuredText
Fix null pointer dereference in :func:`lzma._decode_filter_properties`
|
|
due to improper handling of BCJ filters with properties of zero length.
|
|
Patch by Radislav Chugunov.
|