mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Wraps the glibc snprintf/vsnprintf calls, but aborts if given a negative size
and zero-terminates the buffer on error.
The returned value is clipped to size - 1 which avoids issues like the one
fixed in
|
||
|---|---|---|
| .. | ||
| benchmark-dict.c | ||
| benchmark-pod.c | ||
| meson.build | ||
| stress-ringbuffer.c | ||
| test-buffer.c | ||
| test-cpp.cpp | ||
| test-json.c | ||
| test-node.c | ||
| test-pod.c | ||
| test-utils.c | ||