NetworkManager/src/core/dnsmasq
Thomas Haller 14b920d3cf
all: avoid using global string buffer for to-string methods
These string functions allow to omit the string buffer. This is for
convenience, to use a global (thread-local) buffer. I think that is
error prone and we should drop that "convenience" feature.

At various places, pass a stack allocated buffer.

(cherry picked from commit b87afac8e8)
2022-05-03 12:18:13 +02:00
..
tests all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h" 2021-02-09 12:38:18 +01:00
nm-dnsmasq-manager.c all: avoid using global string buffer for to-string methods 2022-05-03 12:18:13 +02:00
nm-dnsmasq-manager.h format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nm-dnsmasq-utils.c format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nm-dnsmasq-utils.h format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00