Home
last modified time | relevance | path

Searched refs:STORED (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dcve-2014-9636.patch11 uncompressed blocks in STORED no-compression mode, an attacker can
15 This patch ensures that when extra fields use STORED mode, the
38 + if ((method == STORED) &&
41 + * should match in STORED
H A D10-cve-2014-8140-test-compr-eb.patch36 if ((method == STORED) &&
/openbmc/u-boot/lib/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
H A Dinflate.c561 state->mode = STORED; in inflate()
580 case STORED: in inflate()