Home
last modified time | relevance | path

Searched refs:Uint8 (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7578.patch31 - Uint8 *rogue_feel;
32 + Uint8 *rogue_feel, *rogue_feel_end;
42 rogue_feel = (Uint8 *)format+sizeof(*format);
43 + rogue_feel_end = (Uint8 *)format + length;
55 static Sint32 IMA_ADPCM_nibble(struct IMA_ADPCM_decodestate *state,Uint8 nybble)
H A DCVE-2019-7577.patch61 static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
64 - Uint8 *freeable, *encoded, *decoded;
65 + Uint8 *freeable, *encoded, *encoded_end, *decoded;
69 @@ -124,6 +124,7 @@ static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
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-7572.patch50 static int IMA_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
53 - Uint8 *freeable, *encoded, *encoded_end, *decoded;
54 + Uint8 *freeable, *encoded, *encoded_end, *decoded, *decoded_end;
71 decoded[0] = (Uint8)(state[c].sample&0xFF);
72 decoded[1] = (Uint8)(state[c].sample>>8);
H A DCVE-2019-7576.patch34 - Uint8 *rogue_feel;
35 + Uint8 *rogue_feel, *rogue_feel_end;
46 rogue_feel = (Uint8 *)format+sizeof(*format);
47 + rogue_feel_end = (Uint8 *)format + length;
H A DCVE-2019-7574.patch26 static int IMA_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
29 - Uint8 *freeable, *encoded, *decoded;
30 + Uint8 *freeable, *encoded, *encoded_end, *decoded;
H A DCVE-2019-7575.patch28 static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
31 - Uint8 *freeable, *encoded, *encoded_end, *decoded;
32 + Uint8 *freeable, *encoded, *encoded_end, *decoded, *decoded_end;
H A DCVE-2019-7637.patch55 + for (Uint8 byte = surface->format->BytesPerPixel; byte; byte--) {
/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c225 Uint8 *keystate; in sandbox_sdl_scan_keys()
255 void sandbox_sdl_fill_audio(void *udata, Uint8 *stream, int len) in sandbox_sdl_fill_audio()
/openbmc/qemu/audio/
H A Dsdlaudio.c218 static void sdl_callback_out(void *opaque, Uint8 *buf, int len) in sdl_callback_out()
266 static void sdl_callback_in(void *opaque, Uint8 *buf, int len) in sdl_callback_in()
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp23 TEST(PackBasics, Uint8) in TEST() argument
H A Dunpack.cpp21 TEST(Uints, Uint8) in TEST() argument