ladybird/Userland/Libraries/LibArchive
Idan Horowitz 1ac661515e LibArchive: Bounds check header offsets in Zip Parser
Since the central directory offset in the end of central directory
record and the local file offset in each central directory header
are user-controlled arbitary data, we have to bounds check them
before using them.
2021-03-27 19:44:16 +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: Bounds check header offsets in Zip Parser 2021-03-27 19:44:16 +01:00
Zip.h LibArchive: Make bounds checks stricter in the Zip parser 2021-03-27 16:28:48 +01:00