]> git.ipfire.org Git - thirdparty/systemd.git/commit
Revert "udevd: simplify sigterm check"
authorColin Walters <walters@verbum.org>
Thu, 22 Aug 2013 21:03:29 +0000 (17:03 -0400)
committerColin Walters <walters@verbum.org>
Thu, 22 Aug 2013 21:07:02 +0000 (17:07 -0400)
commit73814ca287cafcfa488f7ac85b25bc8584334db3
tree300bf1573a216f7b6f448d4e943f2cc336461250
parentdf89481a35d4d7d58c7563f3082f67c218891375
Revert "udevd: simplify sigterm check"

This reverts commit 47e737dc13bf4251ae5a2249ec29b34503ed92e1 - it
introduced a use-after-free.  The only way the code would get simpler
is with a cleanup function, but eh, not worth it for just this one
bit.

Reviewed by kay on IRC.
src/udev/udevd.c