Skip to content

Commit 49840a2

Browse files
committed
release notess. closes #156
1 parent 1d9ccb6 commit 49840a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,9 @@ The zip file specification has several ambiguities inherent in its design. Yikes
763763

764764
## Change History
765765

766+
* 3.1.3
767+
* Fixed a crash when using `fromBuffer()` to read corrupt zip files that specify out of bounds file offsets. [issue #156](https://github.com/thejoshwolfe/yauzl/pull/156)
768+
* Enahnced the test suite to run the error tests through `fromBuffer()` and `fromRandomAccessReader()` in addition to `open()`, which would have caught the above.
766769
* 3.1.2
767770
* Fixed handling non-64 bit entries (similar to the version 3.1.1 fix) that actually have exactly 0xffffffff values in the fields. This fixes erroneous "expected zip64 extended information extra field" errors. [issue #109](https://github.com/thejoshwolfe/yauzl/pull/109)
768771
* 3.1.1

0 commit comments

Comments
 (0)