Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/
H A DCVE-2019-14274.patch20 - if (mem_buf_p->bytes_avail < length) { /* Need to allocate more memory */
21 + if (mem_buf_p->bytes_avail < length + 1) { /* Need to allocate more memory */