Systemd/src/bootchart
Thomas Hindoe Paaboel Andersen 1c92ff85b7 bootchart: use 'n/a' if PRETTY_NAME is not found
Spotted with coverity. If parsing both /etc/os-release and
/usr/lib/os-release fails then null would be passed on. The calls
to parse the two files are allowed to fail. A empty /etc may not
have had the /etc/os-release symlink restored yet and we just
try again in the loop. If for whatever reason that does not happen
then we now pass on 'n/a' instead of null.
2014-10-03 08:31:53 -04:00
..
bootchart.c bootchart: use 'n/a' if PRETTY_NAME is not found 2014-10-03 08:31:53 -04:00
bootchart.conf bootchart: add control group option 2014-04-24 19:21:51 -04:00
bootchart.h bootchart: add control group option 2014-04-24 19:21:51 -04:00
Makefile build-sys: add makefile to bootchart 2013-01-21 01:04:16 +01:00
store.c bootchart: Do not try to access data for non-existing CPU's 2014-09-28 19:35:11 +02:00
store.h bootchart: fix typos in copyright notices 2013-06-12 01:40:02 -04:00
svg.c bootchart: check return of strftime 2014-09-28 14:46:38 +02:00
svg.h bootchart: fix typos in copyright notices 2013-06-12 01:40:02 -04:00