]> git.tuebingen.mpg.de Git - paraslash.git/commit
wmadec: Set data size to 0 if nothing was decoded.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 8 Dec 2016 20:32:32 +0000 (21:32 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Dec 2016 12:13:33 +0000 (13:13 +0100)
commitc6dff555d7ed916d47b5739923613a265042c1a0
tree12eae7d0740ee49677be675f70e259e0e2a42f86
parent5f47ca5aa887bbf732052fba7337b74b48c33a6b
wmadec: Set data size to 0 if nothing was decoded.

Without this, we might feed uninitialized data into the output stream.
wmadec_filter.c