bpo-36993: Improve error detection of extra field in ZipFile by berkerpeksag · Pull Request #13727 · python/cpython

Conversation

serhiy-storchaka

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An IndexError can still be raised if file_size, compress_size and header_offset are all set to 0xffffffff and ln < 24.

@berkerpeksag

Labels