Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/oem/meta/
H A Dfileio.cpp179 constexpr static const uint8_t readbuf[4] = {0x23, 0xca, 0x84, 0x9d}; in TEST() local
183 decodedBuf[sizeof(pldm_oem_meta_file_io_read_resp) + sizeof(readbuf)]; in TEST()
192 memcpy(pldm_oem_meta_file_io_read_resp_data(resp), readbuf, in TEST()
193 sizeof(readbuf)); in TEST()
197 sizeof(readbuf); in TEST()
203 0, resp, sizeof(pldm_oem_meta_file_io_read_resp) + sizeof(readbuf), msg, in TEST()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c649 free(pL->readbuf); in jffs2_free_cache()
695 sizeof(struct jffs2_raw_inode), pL->readbuf); in jffs2_1pass_read_inode()
703 put_fl_mem(jNode, pL->readbuf); in jffs2_1pass_read_inode()
720 pL->readbuf); in jffs2_1pass_read_inode()
748 put_fl_mem(jNode, pL->readbuf); in jffs2_1pass_read_inode()
750 get_node_mem(b->offset, pL->readbuf); in jffs2_1pass_read_inode()
755 put_fl_mem(jNode, pL->readbuf); in jffs2_1pass_read_inode()
762 put_fl_mem(jNode, pL->readbuf); in jffs2_1pass_read_inode()
797 put_fl_mem(jNode, pL->readbuf); in jffs2_1pass_read_inode()
808 put_fl_mem(jNode, pL->readbuf); in jffs2_1pass_read_inode()
[all …]
H A Djffs2_private.h28 void *readbuf; member
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2021-4217.patch6 This fixes a bug that causes use of uninitialized heap data if `readbuf` fails
36 - if (readbuf(__G__ (char *)G.extra_field, length) == 0)
37 + unsigned bytes_read = readbuf(__G__ (char *)G.extra_field, length);
H A DCVE-2019-13232_p2.patch253 + unsigned shy = 12 - readbuf((char *)buf, 12);
266 + shy += 4 - readbuf((char *)buf, 4);
268 + shy += 8 - readbuf((char *)buf, 8); /* skip eight more for ZIP64 */
H A D11-cve-2014-8141-getzip64data.patch25 if (readbuf(__G__ (char *)G.extra_field, length) == 0)