troglobit / pim6sd

PIM for IPv6 sparse mode daemon
Other
21 stars 8 forks source link

Avoid uninitialized bytes to syscalls #20

Closed T-X closed 5 years ago

T-X commented 5 years ago

Here are a few patches to make valgrind happy. Nothing critical at the moment, as far as I can tell by cross checking with the Linux kernel code. Mainly some uninitialized variables passed to the kernel which are not used in the kernel (yet?) and some funny, uninitialized alignment bytes for the last patch.

troglobit commented 5 years ago

Thx!