Systemd/src/libsystemd
Zbigniew Jędrzejewski-Szmek 902000c198 bus-message: avoid wrap-around when using length read from message
We would read (-1), and then add 1 to it, call message_peek_body(..., 0, ...),
and when trying to make use of the data.

The fuzzer test case is just for one site, but they all look similar.

v2: fix two UINT8_MAX/UINT32_MAX mismatches founds by LGTM
2018-10-02 11:59:08 +02:00
..
sd-bus bus-message: avoid wrap-around when using length read from message 2018-10-02 11:59:08 +02:00
sd-daemon tree-wide: drop empty comments 2018-06-29 11:00:30 +09:00
sd-device sd-device: make sd_device_get_*() return -ENOENT if the values are not set 2018-09-23 17:18:19 +09:00
sd-event trivial: fix spelling in code comments 2018-09-30 21:32:33 +02:00
sd-hwdb sd-hwdb: initialize variable 2018-09-20 14:28:03 +02:00
sd-id128 tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
sd-login sd-login: let's also make sd-login understand ".host" 2018-07-25 22:48:11 +02:00
sd-netlink tree-wide: use typesafe_qsort() 2018-09-19 08:02:52 +09:00
sd-network tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
sd-path tree-wide: drop empty comments 2018-06-29 11:00:30 +09:00
sd-resolve tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable 2018-08-27 14:01:46 +09:00
sd-utf8 tree-wide: drop empty comments 2018-06-29 11:00:30 +09:00
libsystemd.pc.in Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
libsystemd.sym libsystemd: export all functions in sd-hwdb.h 2018-09-30 20:39:02 +02:00
meson.build hwdb: unify duplicated code and move it to hwdb-util.c 2018-09-19 17:36:03 +09:00