Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg/
H A DCVE-2021-29338.patch9 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 DCVE-2022-1122.patch22 num_images = get_num_images(img_fol.imgdirpath);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_selftest.c90 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 Dqed_mcp.c3252 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 Dqed_mcp.h668 u32 *num_images);
H A Dqed.h492 u32 num_images; member
H A Dqed_main.c2342 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 Dcve-2022-0135.patch30 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 Dliquidio_image.h48 __be32 num_images; member
H A Docteon_console.c851 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 Daic94xx_sds.h89 u32 num_images; /* Number of images in the file */ member
/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A Dbubt.c68 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 Dmotion_estimators.hpp351 int num_images, const std::vector<MatchesInfo> &pairwise_matches,
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0074-gl-renderer-Support-more-SHM-RGB-formats.patch111 int num_images;
/OK3568_Linux_fs/buildroot/package/weston/
H A D0073-gl-renderer-Support-more-SHM-RGB-formats.patch160 int num_images;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0074-gl-renderer-Support-more-SHM-RGB-formats.patch160 int num_images;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1390 u32 num_images; member
H A Dbe_cmds.c2941 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 Dgfortran.info1612 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 Dgfortran.info1612 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()