| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg/ |
| H A D | CVE-2021-29338.patch | 9 Subject: [PATCH] Fix integer overflow in num_images 25 num_images = get_num_images(img_fol.imgdirpath); 28 - dirptr->filename_buf = (char*)malloc(num_images * OPJ_PATH_LEN * sizeof( 29 + dirptr->filename_buf = (char*)calloc(num_images, OPJ_PATH_LEN * sizeof( 31 - dirptr->filename = (char**) malloc(num_images * sizeof(char*)); 32 + dirptr->filename = (char**) calloc(num_images, sizeof(char*)); 45 - (size_t)num_images * OPJ_PATH_LEN); 46 + dirptr->filename_buf = calloc((size_t) num_images, sizeof(char) * OPJ_PATH_LEN); 52 - dirptr->filename = (char**) malloc((size_t)num_images * sizeof(char*)); 53 + dirptr->filename = (char**) calloc((size_t) num_images, sizeof(char*)); [all …]
|
| H A D | CVE-2022-1122.patch | 22 num_images = get_num_images(img_fol.imgdirpath);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_selftest.c | 90 u32 num_images, i, j, nvm_crc, calc_crc; in qed_selftest_nvram() local 102 rc = qed_mcp_bist_nvm_get_num_images(p_hwfn, p_ptt, &num_images); in qed_selftest_nvram() 103 if (rc || !num_images) { in qed_selftest_nvram() 110 for (i = 0; i < num_images; i++) { in qed_selftest_nvram()
|
| H A D | qed_mcp.c | 3252 u32 *num_images) in qed_mcp_bist_nvm_get_num_images() argument 3261 drv_mb_param, &rsp, num_images); in qed_mcp_bist_nvm_get_num_images() 3315 nvm_info.num_images = 0; in qed_mcp_nvm_info_populate() 3317 p_ptt, &nvm_info.num_images); in qed_mcp_nvm_info_populate() 3321 } else if (rc || !nvm_info.num_images) { in qed_mcp_nvm_info_populate() 3326 nvm_info.image_att = kmalloc_array(nvm_info.num_images, in qed_mcp_nvm_info_populate() 3335 for (i = 0; i < nvm_info.num_images; i++) { in qed_mcp_nvm_info_populate() 3349 if (nvm_info.num_images) { in qed_mcp_nvm_info_populate() 3350 p_hwfn->nvm_info.num_images = nvm_info.num_images; in qed_mcp_nvm_info_populate() 3412 for (i = 0; i < p_hwfn->nvm_info.num_images; i++) in qed_mcp_get_nvm_image_att() [all …]
|
| H A D | qed_mcp.h | 668 u32 *num_images);
|
| H A D | qed.h | 492 u32 num_images; member
|
| H A D | qed_main.c | 2342 for (i = 0; i < p_hwfn->nvm_info.num_images; i++) in qed_nvm_flash_image_access() 2345 if (i == p_hwfn->nvm_info.num_images) { in qed_nvm_flash_image_access()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/virglrenderer/virglrenderer/ |
| H A D | cve-2022-0135.patch | 30 if (num_images < 1) { 35 - start_slot > PIPE_MAX_SHADER_IMAGES - num_images) 36 + start_slot + num_images > PIPE_MAX_SHADER_IMAGES) 39 for (uint32_t i = 0; i < num_images; i++) {
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | liquidio_image.h | 48 __be32 num_images; member
|
| H A D | octeon_console.c | 851 if (be32_to_cpu(h->num_images) > LIO_MAX_IMAGES) { in octeon_download_firmware() 853 be32_to_cpu(h->num_images)); in octeon_download_firmware() 864 be32_to_cpu(h->num_images)); in octeon_download_firmware() 866 for (i = 0; i < be32_to_cpu(h->num_images); i++) { in octeon_download_firmware()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/ |
| H A D | aic94xx_sds.h | 89 u32 num_images; /* Number of images in the file */ member
|
| /OK3568_Linux_fs/u-boot/cmd/mvebu/ |
| H A D | bubt.c | 68 u32 num_images; member 541 u32 num_of_image = hdr->num_images; in check_image_header()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | motion_estimators.hpp | 351 int num_images, const std::vector<MatchesInfo> &pairwise_matches,
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0074-gl-renderer-Support-more-SHM-RGB-formats.patch | 111 int num_images;
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0073-gl-renderer-Support-more-SHM-RGB-formats.patch | 160 int num_images;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0074-gl-renderer-Support-more-SHM-RGB-formats.patch | 160 int num_images;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/ |
| H A D | be_cmds.h | 1390 u32 num_images; member
|
| H A D | be_cmds.c | 2941 for (i = 0; i < le32_to_cpu(fsec->fsec_hdr.num_images); i++) { in be_flash_skyhawk()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 1612 Single-image mode, i.e. 'num_images()' is always one. 10207 write(*,*) "Maximal value", val ! prints num_images() 10327 write(*,*) "Product value", val ! prints num_images() factorial 10391 ! with n = num_images()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 1612 Single-image mode, i.e. 'num_images()' is always one. 10207 write(*,*) "Maximal value", val ! prints num_images() 10327 write(*,*) "Product value", val ! prints num_images() factorial 10391 ! with n = num_images()
|