eudev/test
Greg KH 8fe0351586 use memzero(foo, length); for all memset(foo, 0, length); calls
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>
2014-02-02 07:15:23 -05:00
..
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