Systemd/src/bootchart
Andreas Henriksson d498a61607 bootchart: oom-check correct variable
Coverity warned that we have already dereferenced ps->sample before
null-checking it. I suspect that's not really the issue and that
the check is checking the wrong variable.
Likely the oom-check should be on the just allocated ps->sample->next.

Found by coverity. Fixes: CID#1237765
2014-09-16 20:25:30 +02:00
..
bootchart.c bootchart: it's not OK to return -1 from a main program 2014-08-11 18:23:47 +02: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: oom-check correct variable 2014-09-16 20:25:30 +02:00
store.h bootchart: fix typos in copyright notices 2013-06-12 01:40:02 -04:00
svg.c bootchart: use the bool type where appropriate 2014-08-11 18:24:08 +02:00
svg.h bootchart: fix typos in copyright notices 2013-06-12 01:40:02 -04:00