ObjFW  Check-in [aee3bc12f7]

Overview
Comment:OFDeflateStream: Fix tree construction.

When a bit length had more than 255 occurrences, it caused an integer
overflow and thus a corrupt tree.

This also cleans up tree walking.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: aee3bc12f7aded30a6cd005b70ca8dfad5d1cc3d45c44f8613a85e3e3cb5a717
User & Date: js on 2013-10-29 22:15:49
Other Links: manifest | tags
Context
2013-10-29
22:56
OFDeflateStream: Fix reading uncompressed header. check-in: d1293b647a user: js tags: trunk
22:15
OFDeflateStream: Fix tree construction. check-in: aee3bc12f7 user: js tags: trunk
18:00
OFZIPArchive: Only check lower byte of minVersion. check-in: 1ce5d53f93 user: js tags: trunk
Changes