5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2024-12-22 21:33:50 +03:00
Go to file
Fabian Grünbichler ec0761f9db header: add size checks
to catch
- headers with full_size < size_of::<Header>
- headers with content_size > header-specific limit

both should in practice only occur for corrupted streams/archives, but
panic-ing/attempting to allocate huge amounts of memory should be
avoided even for those.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-06-12 09:46:01 +02:00
.cargo add .cargo/config to use local repos 2020-05-18 10:38:54 +02:00
debian bump version to 0.1.6-1 2020-06-08 13:56:28 +02:00
examples formatting fixups 2020-06-08 10:07:46 +02:00
src header: add size checks 2020-06-12 09:46:01 +02:00
.gitignore ignore testdir 2020-03-05 10:46:18 +01:00
Cargo.toml bump version to 0.1.6-1 2020-06-08 13:56:28 +02:00
Makefile fixup clean target in Makefile 2020-06-04 11:29:58 +02:00
rustfmt.toml import 2020-02-18 14:08:02 +01:00