]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd/sd-event/sd-event.c
sd-event: fix prepare priority queue comparison function 1366/head
authorKrzysztof Kotlenga <k.kotlenga@sims.pl>
Wed, 23 Sep 2015 22:34:51 +0000 (00:34 +0200)
committerKrzysztof Kotlenga <k.kotlenga@sims.pl>
Wed, 23 Sep 2015 22:48:30 +0000 (00:48 +0200)
commit8046c4576a68977a1089d2585866bfab8152661b
tree644c191fd1cfd42aa2799f763c635d755287b1c7
parent167e451c37bee5815559f0974cb5383c386600e3
sd-event: fix prepare priority queue comparison function

Otherwise a disabled event source can get swapped with an enabled one
and cause a severe sd-event malfunction.

http://lists.freedesktop.org/archives/systemd-devel/2015-September/034356.html
src/libsystemd/sd-event/sd-event.c