]> code.delx.au - pulseaudio/commit
core: Use after free in pa_sink_input_new_data_set_formats() and pa_source_output_new...
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Mon, 16 Dec 2013 23:27:35 +0000 (00:27 +0100)
committerPeter Meerwald <p.meerwald@bct-electronic.com>
Fri, 20 Dec 2013 11:55:17 +0000 (12:55 +0100)
commite8ea0b8a795b40a58af61c713bf7fc30199847d4
treeaa7bd199bb3da001531e16487b09567e003ad589
parent4515f5d2ff83367059f09021635e164780c7e6bf
core: Use after free in pa_sink_input_new_data_set_formats() and pa_source_output_new_data_set_formats()

intention is to free old data_req->formats before assigning
new formats, discovered by coverity

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
src/pulsecore/sink-input.c
src/pulsecore/source-output.c