Compressed file format that allows easy deltas
Go to file
Jonathan Dieter 5950ea2a8e Fix a few low severity security bugs
- An off-by-one overflow when reading compressed integers from a
   malicious zchunk file
 - Error handling being skipped when the number of bytes read doesn't
   match what's expected
 - Not freeing memory when attempting to reallocate to size 0

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2023-04-04 21:35:44 +01:00
.gitignore Fix a few low severity security bugs 2023-04-04 21:35:44 +01:00
sources Fix a few low severity security bugs 2023-04-04 21:35:44 +01:00
zchunk.spec Fix a few low severity security bugs 2023-04-04 21:35:44 +01:00