pipewire/spa
Peter Hutterer 47c173c83f spa/util: add spa_scnprintf to use over snprintf
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 c851349f17.
2021-06-07 15:16:35 +10:00
..
examples treewide: replace plain strcmp() calls with spa_streq 2021-05-18 22:10:27 +10:00
include spa/util: add spa_scnprintf to use over snprintf 2021-06-07 15:16:35 +10:00
plugins alsa,bluez5: handle SPA_PARAM_Latency in port_set_param 2021-06-05 17:52:40 +00:00
tests spa/util: add spa_scnprintf to use over snprintf 2021-06-07 15:16:35 +10:00
tools treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
meson.build meson: fix build if bluez5 option is disabled 2021-05-28 21:01:38 +08:00