summaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-06sd-bus: remove unnecessary variableZbigniew Jędrzejewski-Szmek1-16/+15
Also use structued initialization in one more place, use '\0' for NUL bytes, and move variable to the right block (the code was OK, but it is strange to have 'char *value' defined in a different scope then 'size_t value_allocated').
2021-03-06docs: document fuzzer variablesZbigniew Jędrzejewski-Szmek1-0/+12
2021-03-06fuzz-main: allow the number of runs to be overriddenZbigniew Jędrzejewski-Szmek1-3/+14
This is useful when debugging.
2021-03-06sd-bus: fix memleak in failure path in bus_match_parse()Zbigniew Jędrzejewski-Szmek1-4/+8