1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:18:14 +00:00
serenity/Userland/Libraries/LibArchive
Idan Horowitz 4317db7498 LibArchive: Make bounds checks stricter in the Zip parser
We now also check we have enough space in the incoming buffer for the
various signatures and optional (length specified) fields. This helps
prevents a possible heap overflow read.
2021-03-27 16:28:48 +01:00
..
CMakeLists.txt LibArchive: Add Zip file parser 2021-03-23 16:09:36 +01:00
Tar.h Libraries: Rename LibTar to LibArchive 2021-03-23 16:09:36 +01:00
TarStream.cpp Libraries: Rename LibTar to LibArchive 2021-03-23 16:09:36 +01:00
TarStream.h Libraries: Rename LibTar to LibArchive 2021-03-23 16:09:36 +01:00
Zip.cpp LibArchive: Implement ZipOutputStream for zip archive creation 2021-03-23 16:09:36 +01:00
Zip.h LibArchive: Make bounds checks stricter in the Zip parser 2021-03-27 16:28:48 +01:00