Searched refs:next_buff (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | 0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch | 446 - 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 D | CVE-2022-48281.patch | 26 next_buff = _TIFFrealloc(crop_buff, cropsize + NUM_BUFF_OVERSIZE_BYTES);
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccree/ |
| H A D | cc_buffer_mgr.c | 1228 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()
|