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-21 14:11:07 +02:00
2019-08-21 12:28:24 +02:00
2019-08-22 14:08:25 +02:00
2019-02-16 12:31:39 +01:00
2019-02-21 09:36:52 +01:00
2019-08-21 14:14:26 +02:00
2019-08-22 10:57:56 +02:00