mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-28 03:38:15 +02:00
read-only mirror of https://gitlab.freedesktop.org/pulseaudio/pavucontrol
pa_stream_peek can return NULL if either the buffer is empty or if it has a hole. In either case we need to avoid derefencing the data pointer. Additionally, if there is a hole, we need to call pa_stream_drop, if the buffer is empty we should not call it. BugLink: https://bugs.debian.org/735898 |
||
|---|---|---|
| doc | ||
| m4 | ||
| po | ||
| src | ||
| .gitignore | ||
| autogen.sh | ||
| bootstrap.sh | ||
| configure.ac | ||
| LICENSE | ||
| Makefile.am | ||