- Aug 22, 2024
-
-
Marcel authored
- Integer Underflow if buffer was smaller than 4 bytes (usually when its empty) resulting in a panic on debug builds - Not finding a signature when the buffer ended with a signature (usually not a problem because usually if the buffer ends with a signature the data-package is invalid anyway, expecet it only contains a signature)
- Jul 09, 2024
-
-
Marcel authored
-
- Jul 07, 2024
-
-
Marcel authored
improve Error handling, by implementing the Error trait (on std only, currently because tracking error_in_core #103765 is quite new yet). get rid of the From impl between Dynamic and Fixed, which causes some bugs, by implcit converting. Extend the Documentation for errors, and add tests for some errors in parsing
- Jun 30, 2024
-
-
Marcel authored
- Jun 29, 2024
-
-
Marcel authored
add from method for CompressionMethod, and a basic example to extract a single file from a zip archive
-
- Jun 27, 2024
-