Go to file
Christer Stenbrenden c71e9d5b51 Don't crash if pa_stream_peek returns NULL
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
2014-10-28 11:32:45 +02:00
doc build-sys: Prepare for a 2.0 release 2013-03-08 13:19:41 +05:30
m4 Make use of common ZP_LYNX_DOC macro. 2008-08-08 15:57:50 +02:00
po Add TRANSLATORS_README.txt 2014-03-24 09:31:26 +02:00
src Don't crash if pa_stream_peek returns NULL 2014-10-28 11:32:45 +02:00
.gitignore gitignore: Add *.swp. 2012-07-04 12:57:53 +03:00
LICENSE Fix license mess: change everything to GPL 2007-05-23 23:34:52 +00:00
Makefile.am build-sys: Drop ChangeLog generation from git 2013-03-08 13:25:44 +05:30
autogen.sh remove $Id$ 2008-07-15 13:24:56 +02:00
bootstrap.sh build-sys: Use autoreconf in bootstrap.sh 2013-03-25 08:45:24 +02:00
configure.ac build-sys: Prepare for a 2.0 release 2013-03-08 13:19:41 +05:30