diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-05-08 14:39:57 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2020-02-06 10:41:56 +0100 |
commit | 73b87f8c73af714a32e7b56b217cd4e4f46a5ea7 (patch) | |
tree | 81aa4c274f87f3e60d5c27511b06408f12ee1328 /src/libsystemd/libsystemd.sym | |
parent | 8efdae75ddf035c8c04983820f8d8cf767cc17b1 (diff) | |
download | systemd-73b87f8c73af714a32e7b56b217cd4e4f46a5ea7.tar.gz |
sd-event: add sd_event_source_disable_unref() helper
(cherry picked from commit afd15bbb4b6414b9356799c63029e36642dae8e4)
Related: CVE-2020-1712
Diffstat (limited to 'src/libsystemd/libsystemd.sym')
-rw-r--r-- | src/libsystemd/libsystemd.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index e9972593a6..778e88a16c 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -570,4 +570,5 @@ global: sd_event_source_set_destroy_callback; sd_event_source_get_destroy_callback; sd_bus_enqueue_for_read; + sd_event_source_disable_unref; } LIBSYSTEMD_238; |