pulseaudio/src/utils
Denis Shulyaka 7ebe7b8a35 pacat: fix a memory issue
If only part of the buffer is written into stdout by stdout_callback,
the buffer_index variable is increased by the number of written bytes,
buffer_length variable is decreased while the allocated buffer size
remains the same. That suggests that the current allocated size is
calculated as (buffer_index + buffer_length). However the current
stream_read_callback implementation writes new data to the start of the
buffer and allocates too little space, so that (buffer + buffer_index +
buffer_length - 1) could actully point outside of the allocated buffer.
2017-07-31 04:41:10 +03:00
..
Makefile build-sys: readd stub makefiles to subdirectories to make building with emacs easier 2012-05-15 14:17:58 +02:00
pacat.c pacat: fix a memory issue 2017-07-31 04:41:10 +03:00
pacmd.c pacmd: Fix typo in set-default-* help 2015-10-30 18:47:16 +05:30
pactl.c patcl: Error msg from pactl not quite accurate for 'mute' commands 2015-08-12 15:20:46 +02:00
padsp.c padsp: Write only frame-aligned chunks to the stream 2017-06-05 01:26:51 +03:00
padsp.in padsp: allow overriding library install location 2017-01-19 03:00:45 +02:00
pasuspender.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
pax11publish.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
qpaeq qpaeq: Don't set font-size on widgets 2016-06-22 12:55:55 +05:30