Wolfgang Bumiller d21f8a5b5b backup/dynamic_index: explicitly zero-initialize the header
The writer.write_all() call accessed data marked as
undefined to valgrind. Note that we shouldn't write out
uninitialized memory for security reasons anyway.
(note that vec::undefined already did zero-initialize the
data, but also marked it as undefined for valgrind when
compiling with the valgrind feature)

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-08-23 11:42:35 +02:00
2019-08-13 12:29:00 +02:00
2019-04-25 11:01:33 +00:00
2019-08-21 12:27:50 +02:00
2019-04-11 12:18:04 +02:00
2019-06-05 09:44:43 +02:00
2019-08-21 10:07:15 +02:00
2019-08-22 14:08:25 +02:00
2019-06-07 13:14:03 +02:00
2019-08-22 13:44:57 +02:00
Description
No description provided
14 MiB
Languages
Rust 88.1%
JavaScript 11.3%
Makefile 0.3%
CSS 0.2%