Files
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
..
2013-01-21 01:04:16 +01:00
2014-09-16 20:25:30 +02:00