bootchart: use 'n/a' if PRETTY_NAME is not found
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 26 Sep 2014 20:01:32 +0000 (22:01 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 3 Oct 2014 12:31:53 +0000 (08:31 -0400)
commit1c92ff85b786c423f4436ec26007e79369c9ac05
treee1916662eb943ec8ed93ed3835c13f669461a219
parent7889087d6ecf865f332eb325d8f68ff49be8277e
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.
src/bootchart/bootchart.c