Home
last modified time | relevance | path

Searched full:audio_buf (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7577.patch61 static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
69 @@ -124,6 +124,7 @@ static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
72 encoded = *audio_buf;
74 freeable = *audio_buf;
77 @@ -141,10 +142,14 @@ static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
92 @@ -188,6 +193,8 @@ static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
101 @@ -209,6 +216,14 @@ static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
H A DCVE-2019-7574.patch26 static int IMA_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
37 encoded = *audio_buf;
39 freeable = *audio_buf;
H A DCVE-2019-7575.patch28 static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
39 decoded = *audio_buf;
H A DCVE-2019-7572.patch50 static int IMA_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
61 decoded = *audio_buf;