-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CVE-2019-7574: Fix a buffer overread in IMA_ADPCM_decode
If data chunk was shorter than expected based on a WAV format definition, IMA_ADPCM_decode() tried to read past the data chunk buffer. This patch fixes it. CVE-2019-7574 https://bugzilla.libsdl.org/show_bug.cgi?id=4496 Signed-off-by: Petr P?sa? <ppisar@redhat.com>
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters