Home
last modified time | relevance | path

Searched full:audio_len (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)
71 encoded_len = *audio_len;
75 *audio_len = (encoded_len/MS_ADPCM_state.wavefmt.blockalign) *
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)
36 encoded_len = *audio_len;
40 *audio_len = (encoded_len/IMA_ADPCM_state.wavefmt.blockalign) *
H A DCVE-2019-7575.patch28 static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
40 + decoded_end = decoded + *audio_len;
H A DCVE-2019-7572.patch50 static int IMA_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
62 + decoded_end = decoded + *audio_len;