Systemd/src/libsystemd
Lennart Poettering ac0a94f743 sd-bus: make strict asan shut up
asan doesn't like it if we use strndup() (i.e. a string function) on a
non-NULL terminated buffer (i.e. something that isn't really a string).

Let's hence use memdup_suffix0() instead of strndup(), which is more
appropriate for binary data that is to become a string.

Fixes: #10385
2018-11-16 14:32:41 +01:00
..
sd-bus sd-bus: make strict asan shut up 2018-11-16 14:32:41 +01:00
sd-daemon tree-wide: port various users over to sockaddr_un_set_path() 2018-10-15 19:40:51 +02:00
sd-device sd-device: drop priority and description from sd_device_monitor_attach_event() and sd_device_monitor_start() 2018-11-10 22:53:00 +09:00
sd-event sd-event: make sd_event_source_get_enabled return more info 2018-11-16 09:03:41 +01:00
sd-hwdb Move LONG_LINE_MAX definition to fileio.h 2018-11-14 16:25:32 +01:00
sd-id128 random-util: optionally allow randomness to be generated via RDRAND 2018-11-08 09:44:27 +01:00
sd-login fileio: automatically add NULL sentinel to parse_env_file() 2018-11-14 17:01:55 +01:00
sd-netlink networkd: add missing bonding options (#10542) 2018-11-02 10:31:20 +09:00
sd-network fileio: automatically add NULL sentinel to parse_env_file() 2018-11-14 17:01:55 +01:00
sd-path Move LONG_LINE_MAX definition to fileio.h 2018-11-14 16:25:32 +01:00
sd-resolve sd-resolve: introduce sd_resolve_query_{get,set}_floating() 2018-11-05 13:19:02 +09:00
sd-utf8 tree-wide: drop empty comments 2018-06-29 11:00:30 +09:00
disable-mempool.c mempool: only enable mempool use when linked to libsystemd-shared.so 2018-10-11 11:10:37 +02:00
libsystemd.pc.in Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
libsystemd.sym sd-device: add sd_device_monitor_get_event_source() 2018-11-10 22:53:00 +09:00
meson.build Merge pull request #10239 from yuwata/sd-device-monitor 2018-10-18 18:30:38 +02:00