Home
last modified time | relevance | path

Searched refs:too_short (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.patch39 + if (length < sizeof(*format)) goto too_short;
51 + if (rogue_feel + 4 > rogue_feel_end) goto too_short;
59 + if (rogue_feel + 4 > rogue_feel_end) goto too_short;
66 +too_short:
H A DCVE-2019-7578.patch35 + if (length < sizeof(*format)) goto too_short;
47 + if (rogue_feel + 2 > rogue_feel_end) goto too_short;
50 +too_short:
H A DCVE-2019-7575.patch48 - if (encoded + 7 + (stereo ? 7 : 0) > encoded_end) goto too_short;
65 - if (encoded + 1 > encoded_end) goto too_short;
75 -too_short:
H A DCVE-2019-7577.patch81 + if (encoded + 7 + (stereo ? 7 : 0) > encoded_end) goto too_short;
96 + if (encoded + 1 > encoded_end) goto too_short;
105 +too_short:
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c550 bool too_long, too_short; in sja1105_setup_tc_taprio() local
553 too_short = (delta_cycles == 0); in sja1105_setup_tc_taprio()
554 if (too_long || too_short) { in sja1105_setup_tc_taprio()