Systemd/src/bootchart
Greg KH 29804cc1e0 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).
2014-01-31 11:55:01 +01:00
..
bootchart.c log: log_error() and friends add a newline after each line anyway, so avoid including it in the log strings 2013-12-24 16:39:37 +01:00
bootchart.conf bootchart: use conf-parser & CamelCase names in .conf 2013-02-14 21:36:45 +01:00
bootchart.h bootchart: fix typos in copyright notices 2013-06-12 01:40:02 -04:00
Makefile build-sys: add makefile to bootchart 2013-01-21 01:04:16 +01:00
store.c bootchart: Remove unneeded check for NULL 2013-12-30 19:10:22 +01:00
store.h bootchart: fix typos in copyright notices 2013-06-12 01:40:02 -04:00
svg.c use memzero(foo, length); for all memset(foo, 0, length); calls 2014-01-31 11:55:01 +01:00
svg.h bootchart: fix typos in copyright notices 2013-06-12 01:40:02 -04:00