]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
wmadec: Properly handle empty outputs.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 1 Nov 2016 05:10:00 +0000 (06:10 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 8 Dec 2016 18:42:18 +0000 (19:42 +0100)
If out_size is zero we try to shrink the buffer to size zero. POSIX
says that the behavior is implementation-defined in this case, and
para_realloc() aborts due to an assert() statement that checks for
size zero. This patch makes sure the wma decoder never calls realloc()
with a zero size argument.


No differences found