chiark / gitweb /
bus: fix use-after-free in slot-release
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 28 Aug 2014 10:42:03 +0000 (12:42 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 28 Aug 2014 10:45:51 +0000 (12:45 +0200)
We must not access slot->floating after we possible dropped the last
reference to it. Fix all callback-invocations to first check
slot->floating and possible disconnect the slot, then release the last
reference.


No differences found