Task #1632 - libwebp-1.3.2-5.fc40/scan-results.err
back to task #1632download
Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/anim_diff.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/anim_dump.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/anim_util.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/cwebp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: GCC_ANALYZER_WARNING (CWE-775): libwebp-1.3.2-build/libwebp-1.3.2/examples/cwebp.c: scope_hint: In function ‘DumpPicture’ libwebp-1.3.2-build/libwebp-1.3.2/examples/cwebp.c:322:26: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(PGM_name, "wb")’ libwebp-1.3.2-build/libwebp-1.3.2/examples/cwebp.c:29: included_from: Included from here. libwebp-1.3.2-build/libwebp-1.3.2/examples/cwebp.c:319:19: note: in expansion of macro ‘WFOPEN’ # 320| if (f == NULL) return 0; # 321| fprintf(f, "P5\n%d %d\n255\n", stride, height); # 322|-> for (y = 0; y < picture->height; ++y) { # 323| if (fwrite(src_y, picture->width, 1, f) != 1) return 0; # 324| if (picture->width & 1) fputc(0, f); // pad Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/examples/cwebp.c:322:26: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(PGM_name, "wb")’ libwebp-1.3.2-build/libwebp-1.3.2/examples/cwebp.c:319:19: note: in expansion of macro ‘WFOPEN’ # 320| if (f == NULL) return 0; # 321| fprintf(f, "P5\n%d %d\n255\n", stride, height); # 322|-> for (y = 0; y < picture->height; ++y) { # 323| if (fwrite(src_y, picture->width, 1, f) != 1) return 0; # 324| if (picture->width & 1) fputc(0, f); // pad Error: CPPCHECK_WARNING (CWE-457): libwebp-1.3.2-build/libwebp-1.3.2/examples/cwebp.c:379: warning[uninitvar]: Uninitialized variable: buf # 377| val >>= 8; # 378| } # 379|-> return (fwrite(buf, num, 1, out) == 1); # 380| } # 381| Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/dwebp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/dwebp.c:173:5: warning[deadcode.DeadStores]: Value stored to 'tmp' is never read # 171| output_buffer->u.YUVA.v_stride = uv_stride; # 172| output_buffer->u.YUVA.v_size = uv_stride * (h + 1) / 2; # 173|-> tmp += output_buffer->u.YUVA.v_size; # 174| assert(tmp <= external_buffer + total_size); # 175| } Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/example_util.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/gif2webp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/gifdec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/img2webp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/vwebp.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/webpinfo.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/webpmux.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/webpmux.c:189:16: warning[deadcode.DeadStores]: Value stored to 'err' during its initialization is never read # 187| uint32_t flag; # 188| # 189|-> WebPMuxError err = WebPMuxGetCanvasSize(mux, &width, &height); # 190| assert(err == WEBP_MUX_OK); // As WebPMuxCreate() was successful earlier. # 191| printf("Canvas size: %d x %d\n", width, height); Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/webpmux.c:216:5: warning[deadcode.DeadStores]: Value stored to 'err' is never read # 214| # 215| WebPMuxAnimParams params; # 216|-> err = WebPMuxGetAnimationParams(mux, ¶ms); # 217| assert(err == WEBP_MUX_OK); # 218| printf("Background color : 0x%.8X Loop Count : %d\n", Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/webpmux.c:221:5: warning[deadcode.DeadStores]: Value stored to 'err' is never read # 219| params.bgcolor, params.loop_count); # 220| # 221|-> err = WebPMuxNumChunks(mux, id, &nFrames); # 222| assert(err == WEBP_MUX_OK); # 223| Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/webpmux.c:263:5: warning[deadcode.DeadStores]: Value stored to 'err' is never read # 261| if (flag & ICCP_FLAG) { # 262| WebPData icc_profile; # 263|-> err = WebPMuxGetChunk(mux, "ICCP", &icc_profile); # 264| assert(err == WEBP_MUX_OK); # 265| printf("Size of the ICC profile data: %d\n", (int)icc_profile.size); Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/webpmux.c:270:5: warning[deadcode.DeadStores]: Value stored to 'err' is never read # 268| if (flag & EXIF_FLAG) { # 269| WebPData exif; # 270|-> err = WebPMuxGetChunk(mux, "EXIF", &exif); # 271| assert(err == WEBP_MUX_OK); # 272| printf("Size of the EXIF metadata: %d\n", (int)exif.size); Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/examples/webpmux.c:277:5: warning[deadcode.DeadStores]: Value stored to 'err' is never read # 275| if (flag & XMP_FLAG) { # 276| WebPData xmp; # 277|-> err = WebPMuxGetChunk(mux, "XMP ", &xmp); # 278| assert(err == WEBP_MUX_OK); # 279| printf("Size of the XMP metadata: %d\n", (int)xmp.size); Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/extras/get_disto.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/extras/quality_estimate.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/extras/webp_quality.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/imageio/image_dec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/imageio/image_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: GCC_ANALYZER_WARNING (CWE-775): libwebp-1.3.2-build/libwebp-1.3.2/imageio/image_enc.c: scope_hint: In function ‘WebPSaveImage’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/image_enc.c:611:20: warning[-Wanalyzer-file-leak]: leak of FILE ‘<unknown>’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/image_enc.c:38: included_from: Included from here. libwebp-1.3.2-build/libwebp-1.3.2/imageio/image_enc.c:578:25: note: in expansion of macro ‘WFOPEN’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/image_enc.c:578:25: note: in expansion of macro ‘WFOPEN’ # 609| ok &= WebPWriteAlphaPlane(fout, buffer); # 610| } # 611|-> if (fout != NULL && fout != stdout) { # 612| fclose(fout); # 613| } Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/imageio/image_enc.c:611:20: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/image_enc.c:578:25: note: in expansion of macro ‘WFOPEN’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/image_enc.c:578:25: note: in expansion of macro ‘WFOPEN’ # 609| ok &= WebPWriteAlphaPlane(fout, buffer); # 610| } # 611|-> if (fout != NULL && fout != stdout) { # 612| fclose(fout); # 613| } Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/imageio/imageio_util.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: GCC_ANALYZER_WARNING (CWE-775): libwebp-1.3.2-build/libwebp-1.3.2/imageio/imageio_util.c: scope_hint: In function ‘ImgIoUtilWriteFile’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/imageio_util.c:134:6: warning[-Wanalyzer-file-leak]: leak of FILE ‘<unknown>’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/imageio_util.c:21: included_from: Included from here. libwebp-1.3.2-build/libwebp-1.3.2/imageio/imageio_util.c:127:54: note: in expansion of macro ‘WFOPEN’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/imageio_util.c:127:54: note: in expansion of macro ‘WFOPEN’ # 132| } # 133| ok = (fwrite(data, data_size, 1, out) == 1); # 134|-> if (out != stdout) fclose(out); # 135| return ok; # 136| } Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/imageio/imageio_util.c:134:6: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/imageio_util.c:127:54: note: in expansion of macro ‘WFOPEN’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/imageio_util.c:127:54: note: in expansion of macro ‘WFOPEN’ # 132| } # 133| ok = (fwrite(data, data_size, 1, out) == 1); # 134|-> if (out != stdout) fclose(out); # 135| return ok; # 136| } Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/imageio/jpegdec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING (CWE-457): libwebp-1.3.2-build/libwebp-1.3.2/imageio/jpegdec.c:277: error[uninitvar]: Uninitialized variable: dinfo # 275| ctx.data_size = data_size; # 276| # 277|-> memset((j_decompress_ptr)&dinfo, 0, sizeof(dinfo)); // for setjmp safety # 278| dinfo.err = jpeg_std_error(&jerr.pub); # 279| jerr.pub.error_exit = my_error_exit; Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/imageio/jpegdec.c: scope_hint: In function ‘ReadJPEG’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/jpegdec.c:312:11: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc((long unsigned int)height * (long unsigned int)stride)’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/jpegdec.c:23: included_from: Included from here. libwebp-1.3.2-build/libwebp-1.3.2/imageio/jpegdec.c:21: included_from: Included from here. # 310| # 311| rgb = (uint8_t*)malloc((size_t)stride * height); # 312|-> if (rgb == NULL) { # 313| goto Error; # 314| } Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/imageio/pngdec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/imageio/pngdec.c: scope_hint: In function ‘ReadPNG’ libwebp-1.3.2-build/libwebp-1.3.2/imageio/pngdec.c:326:11: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc((long unsigned int)stride * (long unsigned int)height)’ /usr/include/libpng16/pngconf.h:51: included_from: Included from here. /usr/include/libpng16/png.h:335: included_from: Included from here. libwebp-1.3.2-build/libwebp-1.3.2/imageio/pngdec.c:24: included_from: Included from here. # 324| # 325| rgb = (uint8_t*)malloc((size_t)stride * height); # 326|-> if (rgb == NULL) goto Error; # 327| for (p = 0; p < num_passes; ++p) { # 328| png_bytep row = rgb; Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/imageio/pnmdec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/imageio/pnmdec.c:123:14: warning[core.uninitialized.ArraySubscript]: Array subscript is undefined # 121| for (i = 0; i < (int)strlen(out); ++i) { # 122| // isprint() might trigger a "char-subscripts" warning if given a char. # 123|-> if (!isprint((int)out[i])) out[i] = ' '; # 124| } # 125| fprintf(stderr, "PAM header error: unrecognized entry [%s]\n", out); Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/imageio/webpdec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/sharpyuv/sharpyuv.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/sharpyuv/sharpyuv.c:190:15: warning[core.CallAndMessage]: 3rd function call argument is an uninitialized value # 188| while (k-- > 0) { // process each R/G/B segments in turn # 189| // special boundary case for i==0 # 190|-> out1[0] = Filter2(cur_uv[0], prev_uv[0], best_y[0], bit_depth); # 191| out2[0] = Filter2(cur_uv[0], next_uv[0], best_y[w], bit_depth); # 192| Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/sharpyuv/sharpyuv_cpu.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/alpha_dec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/buffer_dec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/frame_dec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/frame_dec.c:771:3: warning[deadcode.DeadStores]: Value stored to 'mem' is never read # 769| // alpha plane # 770| dec->alpha_plane_ = alpha_size ? mem : NULL; # 771|-> mem += alpha_size; # 772| assert(mem <= (uint8_t*)dec->mem_ + dec->mem_size_); # 773| Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/idec_dec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/idec_dec.c:198:3: warning[core.NonNullParamChecker]: Null pointer passed to 1st parameter expecting 'nonnull' # 196| # 197| assert(mem->buf_ != NULL); # 198|-> memcpy(mem->buf_ + mem->end_, data, data_size); # 199| mem->end_ += data_size; # 200| assert(mem->end_ <= mem->buf_size_); Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/io_dec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/tree_dec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/vp8_dec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/vp8l_dec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/webp_dec.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/demux/demux.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dsp/cpu.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dsp/lossless.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dsp/lossless_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dsp/upsampling.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/alpha_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/analysis_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/analysis_enc.c:180:23: warning[core.uninitialized.Assign]: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage # 178| map[a] = n; # 179| // accumulate contribution into best centroid # 180|-> dist_accum[n] += a * alphas[a]; # 181| accum[n] += alphas[a]; # 182| } Error: CPPCHECK_WARNING (CWE-369): libwebp-1.3.2-build/libwebp-1.3.2/src/enc/analysis_enc.c:198: error[zerodiv]: Division by zero. # 196| } # 197| } # 198|-> weighted_average = (weighted_average + total_weight / 2) / total_weight; # 199| if (displaced < 5) break; // no need to keep on looping... # 200| } Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/backward_references_cost_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/backward_references_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/backward_references_enc.c:800:7: warning[core.NullDereference]: Array access (via field 'blue_') results in a null pointer dereference # 798| int key = VP8LHashPix(pix, 32 - cache_bits_max); # 799| // Do not use the color cache for cache_bits = 0. # 800|-> ++histos[0]->blue_[b]; # 801| ++histos[0]->literal_[g]; # 802| ++histos[0]->red_[r]; Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/config_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/cost_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/filter_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/frame_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING (CWE-457): libwebp-1.3.2-build/libwebp-1.3.2/src/enc/frame_enc.c:698: warning[uninitvar]: Uninitialized variable: it->enc_ # 696| # 697| static int PostLoopFinalize(VP8EncIterator* const it, int ok) { # 698|-> VP8Encoder* const enc = it->enc_; # 699| if (ok) { // Finalize the partitions, check for extra errors. # 700| int p; Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/frame_enc.c:698:3: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined # 696| # 697| static int PostLoopFinalize(VP8EncIterator* const it, int ok) { # 698|-> VP8Encoder* const enc = it->enc_; # 699| if (ok) { // Finalize the partitions, check for extra errors. # 700| int p; Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/histogram_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/picture_csp_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/picture_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/picture_psnr_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/picture_rescale_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/picture_tools_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/predictor_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/quant_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/syntax_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/token_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/tree_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/vp8l_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/webp_enc.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/enc/webp_enc.c:228:3: warning[deadcode.DeadStores]: Value stored to 'mem' is never read # 226| mem += 2 * top_stride; # 227| enc->top_derr_ = top_derr_size ? (DError*)mem : NULL; # 228|-> mem += top_derr_size; # 229| assert(mem <= (uint8_t*)enc + size); # 230| Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/mux/anim_encode.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/mux/muxedit.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/mux/muxedit.c:396:7: warning[core.NullDereference]: Access to field 'size' results in a dereference of a null pointer (loaded from variable 'data') # 394| assert(frame_chunk->tag_ == kChunks[IDX_ANMF].tag); # 395| assert(frame_chunk != NULL); # 396|-> if (data->size != expected_data_size) return WEBP_MUX_INVALID_ARGUMENT; # 397| # 398| *x_offset = 2 * GetLE24(data->bytes + 0); Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/mux/muxedit.c:557:5: warning[deadcode.DeadStores]: Value stored to 'err' is never read # 555| if (num_frames == 1) { # 556| WebPMuxImage* frame = NULL; # 557|-> err = MuxImageGetNth((const WebPMuxImage**)&mux->images_, 1, &frame); # 558| assert(err == WEBP_MUX_OK); // We know that one frame does exist. # 559| assert(frame != NULL); Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/mux/muxedit.c:638:3: warning[deadcode.DeadStores]: Value stored to 'dst' is never read # 636| dst = ChunkListEmit(mux->exif_, dst); # 637| dst = ChunkListEmit(mux->xmp_, dst); # 638|-> dst = ChunkListEmit(mux->unknown_, dst); # 639| assert(dst == data + size); # 640| Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/mux/muxinternal.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: GCC_ANALYZER_WARNING (CWE-476): libwebp-1.3.2-build/libwebp-1.3.2/src/mux/muxinternal.c: scope_hint: In function ‘MuxImageCount’ libwebp-1.3.2-build/libwebp-1.3.2/src/mux/muxinternal.c:265:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’ libwebp-1.3.2-build/libwebp-1.3.2/src/mux/muxinternal.c: scope_hint: In function ‘MuxImageCount’ # 263| ++count; // Special case: count all images. # 264| } else { # 265|-> const WebPChunk* const wpi_chunk = *GetChunkListFromId(current, id); # 266| if (wpi_chunk != NULL) { # 267| const WebPChunkId wpi_chunk_id = ChunkGetIdFromTag(wpi_chunk->tag_); Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/mux/muxread.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/mux/muxread.c:416:3: warning[deadcode.DeadStores]: Value stored to 'dst' is never read # 414| # 415| // Bitstream. # 416|-> dst = ChunkListEmit(wpi->img_, dst); # 417| assert(dst == data + size); # 418| Error: CPPCHECK_WARNING (CWE-758): libwebp-1.3.2-build/libwebp-1.3.2/src/utils/bit_reader_inl_utils.h:149: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour # 147| const range_t split = br->range_ >> 1; # 148| const range_t value = (range_t)(br->value_ >> pos); # 149|-> const int32_t mask = (int32_t)(split - value) >> 31; // -1 or 0 # 150| br->bits_ -= 1; # 151| br->range_ += (range_t)mask; Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/utils/bit_writer_utils.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/dec/vp8l_dec.c:18: included_from: Included from here. libwebp-1.3.2-build/libwebp-1.3.2/src/dec/vp8li_dec.h:21: included_from: Included from here. libwebp-1.3.2-build/libwebp-1.3.2/src/utils/color_cache_utils.h:44:10: warning[core.NullDereference]: Access to field 'colors_' results in a dereference of a null pointer (loaded from variable 'cc') # 42| const VP8LColorCache* const cc, uint32_t key) { # 43| assert((key >> cc->hash_bits_) == 0u); # 44|-> return cc->colors_[key]; # 45| } # 46| Error: GCC_ANALYZER_WARNING (CWE-476): libwebp-1.3.2-build/libwebp-1.3.2/src/utils/color_cache_utils.h:44:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’ libwebp-1.3.2-build/libwebp-1.3.2/src/dec/vp8l_dec.c: scope_hint: In function ‘DecodeImageData’ libwebp-1.3.2-build/libwebp-1.3.2/src/dec/vp8l_dec.c: scope_hint: In function ‘DecodeImageData’ libwebp-1.3.2-build/libwebp-1.3.2/src/dec/vp8l_dec.c: scope_hint: In function ‘DecodeImageData’ # 42| const VP8LColorCache* const cc, uint32_t key) { # 43| assert((key >> cc->hash_bits_) == 0u); # 44|-> return cc->colors_[key]; # 45| } # 46| Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/utils/color_cache_utils.h:55:37: warning[core.NullDereference]: Access to field 'hash_shift_' results in a dereference of a null pointer (loaded from variable 'cc') # 53| static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, # 54| uint32_t argb) { # 55|-> const int key = VP8LHashPix(argb, cc->hash_shift_); # 56| cc->colors_[key] = argb; # 57| } Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/utils/filters_utils.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/utils/huffman_encode_utils.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/utils/huffman_utils.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/utils/quant_levels_dec_utils.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/utils/quant_levels_utils.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/utils/thread_utils.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/src/utils/utils.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: GCC_ANALYZER_WARNING (CWE-457): libwebp-1.3.2-build/libwebp-1.3.2/src/utils/utils.c: scope_hint: In function ‘WebPGetColorPalette’ libwebp-1.3.2-build/libwebp-1.3.2/src/utils/utils.c:288:26: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘colors[key]’ libwebp-1.3.2-build/libwebp-1.3.2/src/utils/utils.c: scope_hint: In function ‘WebPGetColorPalette’ # 286| } # 287| break; # 288|-> } else if (colors[key] == last_pix) { # 289| break; // The color is already there. # 290| } else { Error: CPPCHECK_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:337:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInSchar’ defined but not used # 337 | static int SWIG_JavaArrayInSchar (JNIEnv *jenv, jbyte **jarr, signed char **carr, jbyteArray input) { # | ^~~~~~~~~~~~~~~~~~~~~ # 335| # 336| /* signed char[] support */ # 337|-> static int SWIG_JavaArrayInSchar (JNIEnv *jenv, jbyte **jarr, signed char **carr, jbyteArray input) { # 338| int i; # 339| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:358:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutSchar’ defined but not used # 358 | static void SWIG_JavaArrayArgoutSchar (JNIEnv *jenv, jbyte *jarr, signed char *carr, jbyteArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~~ # 356| } # 357| # 358|-> static void SWIG_JavaArrayArgoutSchar (JNIEnv *jenv, jbyte *jarr, signed char *carr, jbyteArray input) { # 359| int i; # 360| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:366:19: warning[-Wunused-function]: ‘SWIG_JavaArrayOutSchar’ defined but not used # 366 | static jbyteArray SWIG_JavaArrayOutSchar (JNIEnv *jenv, signed char *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~~~ # 364| } # 365| # 366|-> static jbyteArray SWIG_JavaArrayOutSchar (JNIEnv *jenv, signed char *result, jsize sz) { # 367| jbyte *arr; # 368| int i; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:383:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInUchar’ defined but not used # 383 | static int SWIG_JavaArrayInUchar (JNIEnv *jenv, jshort **jarr, unsigned char **carr, jshortArray input) { # | ^~~~~~~~~~~~~~~~~~~~~ # 381| # 382| /* unsigned char[] support */ # 383|-> static int SWIG_JavaArrayInUchar (JNIEnv *jenv, jshort **jarr, unsigned char **carr, jshortArray input) { # 384| int i; # 385| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:404:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutUchar’ defined but not used # 404 | static void SWIG_JavaArrayArgoutUchar (JNIEnv *jenv, jshort *jarr, unsigned char *carr, jshortArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~~ # 402| } # 403| # 404|-> static void SWIG_JavaArrayArgoutUchar (JNIEnv *jenv, jshort *jarr, unsigned char *carr, jshortArray input) { # 405| int i; # 406| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:412:20: warning[-Wunused-function]: ‘SWIG_JavaArrayOutUchar’ defined but not used # 412 | static jshortArray SWIG_JavaArrayOutUchar (JNIEnv *jenv, unsigned char *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~~~ # 410| } # 411| # 412|-> static jshortArray SWIG_JavaArrayOutUchar (JNIEnv *jenv, unsigned char *result, jsize sz) { # 413| jshort *arr; # 414| int i; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:429:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInShort’ defined but not used # 429 | static int SWIG_JavaArrayInShort (JNIEnv *jenv, jshort **jarr, short **carr, jshortArray input) { # | ^~~~~~~~~~~~~~~~~~~~~ # 427| # 428| /* short[] support */ # 429|-> static int SWIG_JavaArrayInShort (JNIEnv *jenv, jshort **jarr, short **carr, jshortArray input) { # 430| int i; # 431| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:450:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutShort’ defined but not used # 450 | static void SWIG_JavaArrayArgoutShort (JNIEnv *jenv, jshort *jarr, short *carr, jshortArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~~ # 448| } # 449| # 450|-> static void SWIG_JavaArrayArgoutShort (JNIEnv *jenv, jshort *jarr, short *carr, jshortArray input) { # 451| int i; # 452| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:458:20: warning[-Wunused-function]: ‘SWIG_JavaArrayOutShort’ defined but not used # 458 | static jshortArray SWIG_JavaArrayOutShort (JNIEnv *jenv, short *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~~~ # 456| } # 457| # 458|-> static jshortArray SWIG_JavaArrayOutShort (JNIEnv *jenv, short *result, jsize sz) { # 459| jshort *arr; # 460| int i; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:475:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInUshort’ defined but not used # 475 | static int SWIG_JavaArrayInUshort (JNIEnv *jenv, jint **jarr, unsigned short **carr, jintArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~ # 473| # 474| /* unsigned short[] support */ # 475|-> static int SWIG_JavaArrayInUshort (JNIEnv *jenv, jint **jarr, unsigned short **carr, jintArray input) { # 476| int i; # 477| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:496:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutUshort’ defined but not used # 496 | static void SWIG_JavaArrayArgoutUshort (JNIEnv *jenv, jint *jarr, unsigned short *carr, jintArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~~~ # 494| } # 495| # 496|-> static void SWIG_JavaArrayArgoutUshort (JNIEnv *jenv, jint *jarr, unsigned short *carr, jintArray input) { # 497| int i; # 498| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:504:18: warning[-Wunused-function]: ‘SWIG_JavaArrayOutUshort’ defined but not used # 504 | static jintArray SWIG_JavaArrayOutUshort (JNIEnv *jenv, unsigned short *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~~~~ # 502| } # 503| # 504|-> static jintArray SWIG_JavaArrayOutUshort (JNIEnv *jenv, unsigned short *result, jsize sz) { # 505| jint *arr; # 506| int i; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:521:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInInt’ defined but not used # 521 | static int SWIG_JavaArrayInInt (JNIEnv *jenv, jint **jarr, int **carr, jintArray input) { # | ^~~~~~~~~~~~~~~~~~~ # 519| # 520| /* int[] support */ # 521|-> static int SWIG_JavaArrayInInt (JNIEnv *jenv, jint **jarr, int **carr, jintArray input) { # 522| int i; # 523| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:542:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutInt’ defined but not used # 542 | static void SWIG_JavaArrayArgoutInt (JNIEnv *jenv, jint *jarr, int *carr, jintArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~ # 540| } # 541| # 542|-> static void SWIG_JavaArrayArgoutInt (JNIEnv *jenv, jint *jarr, int *carr, jintArray input) { # 543| int i; # 544| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:550:18: warning[-Wunused-function]: ‘SWIG_JavaArrayOutInt’ defined but not used # 550 | static jintArray SWIG_JavaArrayOutInt (JNIEnv *jenv, int *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~ # 548| } # 549| # 550|-> static jintArray SWIG_JavaArrayOutInt (JNIEnv *jenv, int *result, jsize sz) { # 551| jint *arr; # 552| int i; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:567:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInUint’ defined but not used # 567 | static int SWIG_JavaArrayInUint (JNIEnv *jenv, jlong **jarr, unsigned int **carr, jlongArray input) { # | ^~~~~~~~~~~~~~~~~~~~ # 565| # 566| /* unsigned int[] support */ # 567|-> static int SWIG_JavaArrayInUint (JNIEnv *jenv, jlong **jarr, unsigned int **carr, jlongArray input) { # 568| int i; # 569| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:588:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutUint’ defined but not used # 588 | static void SWIG_JavaArrayArgoutUint (JNIEnv *jenv, jlong *jarr, unsigned int *carr, jlongArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~ # 586| } # 587| # 588|-> static void SWIG_JavaArrayArgoutUint (JNIEnv *jenv, jlong *jarr, unsigned int *carr, jlongArray input) { # 589| int i; # 590| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:596:19: warning[-Wunused-function]: ‘SWIG_JavaArrayOutUint’ defined but not used # 596 | static jlongArray SWIG_JavaArrayOutUint (JNIEnv *jenv, unsigned int *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~~ # 594| } # 595| # 596|-> static jlongArray SWIG_JavaArrayOutUint (JNIEnv *jenv, unsigned int *result, jsize sz) { # 597| jlong *arr; # 598| int i; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:613:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInLong’ defined but not used # 613 | static int SWIG_JavaArrayInLong (JNIEnv *jenv, jint **jarr, long **carr, jintArray input) { # | ^~~~~~~~~~~~~~~~~~~~ # 611| # 612| /* long[] support */ # 613|-> static int SWIG_JavaArrayInLong (JNIEnv *jenv, jint **jarr, long **carr, jintArray input) { # 614| int i; # 615| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:634:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutLong’ defined but not used # 634 | static void SWIG_JavaArrayArgoutLong (JNIEnv *jenv, jint *jarr, long *carr, jintArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~ # 632| } # 633| # 634|-> static void SWIG_JavaArrayArgoutLong (JNIEnv *jenv, jint *jarr, long *carr, jintArray input) { # 635| int i; # 636| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:642:18: warning[-Wunused-function]: ‘SWIG_JavaArrayOutLong’ defined but not used # 642 | static jintArray SWIG_JavaArrayOutLong (JNIEnv *jenv, long *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~~ # 640| } # 641| # 642|-> static jintArray SWIG_JavaArrayOutLong (JNIEnv *jenv, long *result, jsize sz) { # 643| jint *arr; # 644| int i; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:659:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInUlong’ defined but not used # 659 | static int SWIG_JavaArrayInUlong (JNIEnv *jenv, jlong **jarr, unsigned long **carr, jlongArray input) { # | ^~~~~~~~~~~~~~~~~~~~~ # 657| # 658| /* unsigned long[] support */ # 659|-> static int SWIG_JavaArrayInUlong (JNIEnv *jenv, jlong **jarr, unsigned long **carr, jlongArray input) { # 660| int i; # 661| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:680:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutUlong’ defined but not used # 680 | static void SWIG_JavaArrayArgoutUlong (JNIEnv *jenv, jlong *jarr, unsigned long *carr, jlongArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~~ # 678| } # 679| # 680|-> static void SWIG_JavaArrayArgoutUlong (JNIEnv *jenv, jlong *jarr, unsigned long *carr, jlongArray input) { # 681| int i; # 682| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:688:19: warning[-Wunused-function]: ‘SWIG_JavaArrayOutUlong’ defined but not used # 688 | static jlongArray SWIG_JavaArrayOutUlong (JNIEnv *jenv, unsigned long *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~~~ # 686| } # 687| # 688|-> static jlongArray SWIG_JavaArrayOutUlong (JNIEnv *jenv, unsigned long *result, jsize sz) { # 689| jlong *arr; # 690| int i; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:705:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInLonglong’ defined but not used # 705 | static int SWIG_JavaArrayInLonglong (JNIEnv *jenv, jlong **jarr, long long **carr, jlongArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~ # 703| # 704| /* long long[] support */ # 705|-> static int SWIG_JavaArrayInLonglong (JNIEnv *jenv, jlong **jarr, long long **carr, jlongArray input) { # 706| int i; # 707| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:726:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutLonglong’ defined but not used # 726 | static void SWIG_JavaArrayArgoutLonglong (JNIEnv *jenv, jlong *jarr, long long *carr, jlongArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ # 724| } # 725| # 726|-> static void SWIG_JavaArrayArgoutLonglong (JNIEnv *jenv, jlong *jarr, long long *carr, jlongArray input) { # 727| int i; # 728| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:734:19: warning[-Wunused-function]: ‘SWIG_JavaArrayOutLonglong’ defined but not used # 734 | static jlongArray SWIG_JavaArrayOutLonglong (JNIEnv *jenv, long long *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~~~~~~ # 732| } # 733| # 734|-> static jlongArray SWIG_JavaArrayOutLonglong (JNIEnv *jenv, long long *result, jsize sz) { # 735| jlong *arr; # 736| int i; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:751:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInFloat’ defined but not used # 751 | static int SWIG_JavaArrayInFloat (JNIEnv *jenv, jfloat **jarr, float **carr, jfloatArray input) { # | ^~~~~~~~~~~~~~~~~~~~~ # 749| # 750| /* float[] support */ # 751|-> static int SWIG_JavaArrayInFloat (JNIEnv *jenv, jfloat **jarr, float **carr, jfloatArray input) { # 752| int i; # 753| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:772:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutFloat’ defined but not used # 772 | static void SWIG_JavaArrayArgoutFloat (JNIEnv *jenv, jfloat *jarr, float *carr, jfloatArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~~ # 770| } # 771| # 772|-> static void SWIG_JavaArrayArgoutFloat (JNIEnv *jenv, jfloat *jarr, float *carr, jfloatArray input) { # 773| int i; # 774| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:780:20: warning[-Wunused-function]: ‘SWIG_JavaArrayOutFloat’ defined but not used # 780 | static jfloatArray SWIG_JavaArrayOutFloat (JNIEnv *jenv, float *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~~~ # 778| } # 779| # 780|-> static jfloatArray SWIG_JavaArrayOutFloat (JNIEnv *jenv, float *result, jsize sz) { # 781| jfloat *arr; # 782| int i; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:797:12: warning[-Wunused-function]: ‘SWIG_JavaArrayInDouble’ defined but not used # 797 | static int SWIG_JavaArrayInDouble (JNIEnv *jenv, jdouble **jarr, double **carr, jdoubleArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~ # 795| # 796| /* double[] support */ # 797|-> static int SWIG_JavaArrayInDouble (JNIEnv *jenv, jdouble **jarr, double **carr, jdoubleArray input) { # 798| int i; # 799| jsize sz; Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:818:13: warning[-Wunused-function]: ‘SWIG_JavaArrayArgoutDouble’ defined but not used # 818 | static void SWIG_JavaArrayArgoutDouble (JNIEnv *jenv, jdouble *jarr, double *carr, jdoubleArray input) { # | ^~~~~~~~~~~~~~~~~~~~~~~~~~ # 816| } # 817| # 818|-> static void SWIG_JavaArrayArgoutDouble (JNIEnv *jenv, jdouble *jarr, double *carr, jdoubleArray input) { # 819| int i; # 820| jsize sz = (*jenv)->GetArrayLength(jenv, input); Error: COMPILER_WARNING (CWE-1164): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:826:21: warning[-Wunused-function]: ‘SWIG_JavaArrayOutDouble’ defined but not used # 826 | static jdoubleArray SWIG_JavaArrayOutDouble (JNIEnv *jenv, double *result, jsize sz) { # | ^~~~~~~~~~~~~~~~~~~~~~~ # 824| } # 825| # 826|-> static jdoubleArray SWIG_JavaArrayOutDouble (JNIEnv *jenv, double *result, jsize sz) { # 827| jdouble *arr; # 828| int i; Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:879:13: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined # 877| jsize sz = (*jenv)->GetArrayLength(jenv, input); # 878| for (i=0; i<sz; i++) # 879|-> jarr[i] = (jbyte)carr[i]; # 880| (*jenv)->ReleaseByteArrayElements(jenv, input, jarr, 0); # 881| } Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c: scope_hint: In function ‘Java_com_google_webp_libwebpJNI_WebPDecodeBGRA’ libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:1359:78: warning[-Wanalyzer-malloc-leak]: leak of ‘arg1’ # 1357| (void)jenv; # 1358| (void)jcls; # 1359|-> if (!SWIG_JavaArrayInUint8(jenv, &jarr1, (uint8_t **)&arg1, jarg1)) return 0; # 1360| arg2 = (size_t)jarg2; # 1361| { Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c: scope_hint: In function ‘Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeRGB’ libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:1432:78: warning[-Wanalyzer-malloc-leak]: leak of ‘arg1’ # 1430| (void)jenv; # 1431| (void)jcls; # 1432|-> if (!SWIG_JavaArrayInUint8(jenv, &jarr1, (uint8_t **)&arg1, jarg1)) return 0; # 1433| arg2 = (int *)&jarg2; # 1434| arg3 = (int *)&jarg3; Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c: scope_hint: In function ‘Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeBGR’ libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:1483:78: warning[-Wanalyzer-malloc-leak]: leak of ‘arg1’ # 1481| (void)jenv; # 1482| (void)jcls; # 1483|-> if (!SWIG_JavaArrayInUint8(jenv, &jarr1, (uint8_t **)&arg1, jarg1)) return 0; # 1484| arg2 = (int *)&jarg2; # 1485| arg3 = (int *)&jarg3; Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c: scope_hint: In function ‘Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeRGBA’ libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:1534:78: warning[-Wanalyzer-malloc-leak]: leak of ‘arg1’ # 1532| (void)jenv; # 1533| (void)jcls; # 1534|-> if (!SWIG_JavaArrayInUint8(jenv, &jarr1, (uint8_t **)&arg1, jarg1)) return 0; # 1535| arg2 = (int *)&jarg2; # 1536| arg3 = (int *)&jarg3; Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c: scope_hint: In function ‘Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeBGRA’ libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:1585:78: warning[-Wanalyzer-malloc-leak]: leak of ‘arg1’ # 1583| (void)jenv; # 1584| (void)jcls; # 1585|-> if (!SWIG_JavaArrayInUint8(jenv, &jarr1, (uint8_t **)&arg1, jarg1)) return 0; # 1586| arg2 = (int *)&jarg2; # 1587| arg3 = (int *)&jarg3; Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c: scope_hint: In function ‘Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessRGB’ libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:1635:78: warning[-Wanalyzer-malloc-leak]: leak of ‘arg1’ # 1633| (void)jenv; # 1634| (void)jcls; # 1635|-> if (!SWIG_JavaArrayInUint8(jenv, &jarr1, (uint8_t **)&arg1, jarg1)) return 0; # 1636| arg2 = (int *)&jarg2; # 1637| arg3 = (int *)&jarg3; Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c: scope_hint: In function ‘Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessBGR’ libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:1684:78: warning[-Wanalyzer-malloc-leak]: leak of ‘arg1’ # 1682| (void)jenv; # 1683| (void)jcls; # 1684|-> if (!SWIG_JavaArrayInUint8(jenv, &jarr1, (uint8_t **)&arg1, jarg1)) return 0; # 1685| arg2 = (int *)&jarg2; # 1686| arg3 = (int *)&jarg3; Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c: scope_hint: In function ‘Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessRGBA’ libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:1733:78: warning[-Wanalyzer-malloc-leak]: leak of ‘arg1’ # 1731| (void)jenv; # 1732| (void)jcls; # 1733|-> if (!SWIG_JavaArrayInUint8(jenv, &jarr1, (uint8_t **)&arg1, jarg1)) return 0; # 1734| arg2 = (int *)&jarg2; # 1735| arg3 = (int *)&jarg3; Error: GCC_ANALYZER_WARNING (CWE-401): libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c: scope_hint: In function ‘Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessBGRA’ libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:1782:78: warning[-Wanalyzer-malloc-leak]: leak of ‘arg1’ # 1780| (void)jenv; # 1781| (void)jcls; # 1782|-> if (!SWIG_JavaArrayInUint8(jenv, &jarr1, (uint8_t **)&arg1, jarg1)) return 0; # 1783| arg2 = (int *)&jarg2; # 1784| arg3 = (int *)&jarg3; Error: CLANG_WARNING: libwebp-1.3.2-build/libwebp-1.3.2/swig/libwebp_java_wrap.c:1787:7: warning[unix.Malloc]: Potential leak of memory pointed to by 'arg1' # 1785| { # 1786| if (!jarg4) { # 1787|-> SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "array null"); # 1788| return 0; # 1789| }