mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
If the supplied buffer has smaller (or equal) size than the length of the string, then `strncpy()` will not place a null terminator in the buffer. Fix that by always setting the last byte of the buffer to zero. |
||
|---|---|---|
| .. | ||
| builder.h | ||
| command.h | ||
| compare.h | ||
| event.h | ||
| filter.h | ||
| iter.h | ||
| parser.h | ||
| pod.h | ||
| vararg.h | ||