Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch446 - next_buff = _TIFFrealloc(crop_buff, cropsize);
447 + next_buff = _TIFFrealloc(crop_buff, cropsize + NUM_BUFF_OVERSIZE_BYTES);
448 if (! next_buff)
455 crop_buff = next_buff;
476 - next_buff = _TIFFrealloc(crop_buff, cropsize);
477 + next_buff = _TIFFrealloc(crop_buff, cropsize + NUM_BUFF_OVERSIZE_BYTES);
478 if (! next_buff)
485 crop_buff = next_buff;
H A DCVE-2022-48281.patch26 next_buff = _TIFFrealloc(crop_buff, cropsize + NUM_BUFF_OVERSIZE_BYTES);
/OK3568_Linux_fs/kernel/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c1228 u8 *next_buff = cc_next_buf(areq_ctx); in cc_map_hash_request_update() local
1269 next_buff, (update_data_len - *curr_buff_cnt), in cc_map_hash_request_update()
1271 cc_copy_sg_portion(dev, next_buff, src, in cc_map_hash_request_update()