[New-bugs-announce] [issue38334] zipfile: Seeking encrypted file breaks after seeking backwards

Daniel Hillier report at bugs.python.org
Tue Oct 1 04:17:22 EDT 2019


New submission from Daniel Hillier <daniel.hillier at gmail.com>:

Seeking back beyond the decrypted / unzipped buffer doesn't reset the decrypter's crc key values. All data read after seeking back beyond the buffer is garbled.

----------
components: Library (Lib)
messages: 353646
nosy: dhillier
priority: normal
severity: normal
status: open
title: zipfile: Seeking encrypted file breaks after seeking backwards
type: enhancement
versions: Python 3.9

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


More information about the New-bugs-announce mailing list