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 device-nodes: move device node specific code to own file 2014-01-09 14:02:56 -05:00
rule-syntax-check.py licence: remove references to old FSF address 2013-06-02 10:30:02 -04:00
rules-test.sh test/Makefile.am: fix tests for make distcheck 2012-11-19 19:09:48 -05:00
sys.tar.xz udev: test - move test/ and src/test/ 2012-04-14 19:36:47 +02:00
test-device-nodes.c test/test-device-nodes.c: bring in line with upstream 2014-01-09 17:46:26 -05:00
test-libudev.c use memzero(foo, length); for all memset(foo, 0, length); calls 2014-02-02 07:15:23 -05:00
test-udev.c test/test-udev.c: bring in line with upstream 2014-01-09 18:43:13 -05:00
test-utf8.c device-nodes: move device node specific code to own file 2014-01-09 14:02:56 -05:00
udev-test.pl test/udev-test.pl: fix a spelling error 2013-06-03 09:42:36 -04:00