]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-bus: reorder bus ref and bus message ref handling
authorLennart Poettering <lennart@poettering.net>
Thu, 17 Jan 2019 17:14:17 +0000 (18:14 +0100)
committerLukas Nykryn <lnykryn@redhat.com>
Thu, 6 Feb 2020 09:41:56 +0000 (10:41 +0100)
commit9c23ceef0a08ffdf4aed7a96ec440e1b110568ac
treef356249fb2581f13dbe27c6c99c36bd3a2369d57
parent1d8e642b0b67f07b0bf469c25126b878380bae6a
sd-bus: reorder bus ref and bus message ref handling

Let's always place handling of these references together, so that all
reference counting during allocation is at a single place.

(cherry picked from commit e593b6a87a335267e5f7238b14683b7f840a01a3)
Related: CVE-2020-1712
src/libsystemd/sd-bus/bus-message.c