pipewire/spa/plugins
Peter Hutterer 48eadac1f1 logger: switch snprintf to spa_snprintf
The two are functionally equivalent, but spa_snprintf never returns a value
higher than the size, preventing memory corruption where our input string
exceeds the target buffer size (see c851349f1).

Niche case: we can no longer differ between real overflow and fitting an
N-byte string into an N+1 sized buffer, we now get a "...truncated" message
now for log messages of exactly 999 bytes long.
2021-06-07 15:37:51 +10:00
..
alsa alsa,bluez5: handle SPA_PARAM_Latency in port_set_param 2021-06-05 17:52:40 +00:00
audioconvert audioconvert: move some info to debug 2021-05-31 16:17:43 +02:00
audiomixer spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
audiotestsrc spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
bluez5 alsa,bluez5: handle SPA_PARAM_Latency in port_set_param 2021-06-05 17:52:40 +00:00
control spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
ffmpeg spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
jack spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
libcamera spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
support logger: switch snprintf to spa_snprintf 2021-06-07 15:37:51 +10:00
test spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
v4l2 spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
videoconvert spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
videotestsrc spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
volume spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
vulkan spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
meson.build meson: fix build if bluez5 option is disabled 2021-05-28 21:01:38 +08:00