mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 17:38:42 +00:00
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