Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-06 | sd-bus: remove unnecessary variable | Zbigniew Jędrzejewski-Szmek | 1 | -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-06 | docs: document fuzzer variables | Zbigniew Jędrzejewski-Szmek | 1 | -0/+12 | |
2021-03-06 | fuzz-main: allow the number of runs to be overridden | Zbigniew Jędrzejewski-Szmek | 1 | -3/+14 | |
This is useful when debugging. | |||||
2021-03-06 | sd-bus: fix memleak in failure path in bus_match_parse() | Zbigniew Jędrzejewski-Szmek | 1 | -4/+8 | |