Home
last modified time | relevance | path

Searched refs:Uint16 (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7576.patch49 rogue_feel += sizeof(Uint16);
53 rogue_feel += sizeof(Uint16);
61 rogue_feel += sizeof(Uint16);
63 rogue_feel += sizeof(Uint16);
H A DCVE-2019-7637.patch11 BytesPerPixel (e.g. 4) and the result is stored into Uint16 pitch
47 Uint16 SDL_CalculatePitch(SDL_Surface *surface)
49 - Uint16 pitch;
54 + /* The code tries to prevent from an Uint16 overflow. */;
96 + return((Uint16)pitch);
H A DCVE-2019-7578.patch45 rogue_feel += sizeof(Uint16);
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp35 TEST(PackBasics, Uint16) in TEST() argument
H A Dunpack.cpp62 TEST(Uints, Uint16) in TEST() argument