mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
8fe0351586
In trying to track down a stupid linker bug, I noticed a bunch of memset() calls that should be using memzero() to make it more "obvious" that the options are correct (i.e. 0 is not the length, but the data to set). So fix up all current calls to memset(foo, 0, length) to memzero(foo, length). Signed-off-by: Anthony G. Basile <blueness@gentoo.org> |
||
---|---|---|
.. | ||
Makefile.am | ||
rule-syntax-check.py | ||
rules-test.sh | ||
sys.tar.xz | ||
test-device-nodes.c | ||
test-libudev.c | ||
test-udev.c | ||
test-utf8.c | ||
udev-test.pl |