invalidTestForOverflow ftp://ftp.de.debian.org/debian/pool/main/a/aom/aom_3.4.0~rc1.orig.tar.gz aom-3.4.0~rc1/aom_dsp/intrapred.c:94:3: warning: Invalid test for overflow 'scale-sm_weights_w[bw-1]len-pos)<(s->len)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'pos>0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/b/bibledit/bibledit_5.0.978.orig.tar.gz bibledit-5.0.978/stb/stb_vorbis.c:1404:75: warning: Invalid test for overflow 'f->stream_start+locstream_start'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/b/bibledit-cloud/bibledit-cloud_5.0.978+dfsg1.orig.tar.xz cloud-5.0.978/stb/stb_vorbis.c:1404:75: warning: Invalid test for overflow 'f->stream_start+locstream_start'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/b/blastem/blastem_0.6.3.4.orig.tar.gz blastem-0.6.3.4/nuklear_ui/nuklear.h:7093:15: warning: Invalid test for overflow '(s->len-pos)<(s->len)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'pos>0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/c/ccextractor/ccextractor_0.94+ds1.orig.tar.xz ccextractor-0.94/src/GUI/nuklear_lib/nuklear.h:5915:15: warning: Invalid test for overflow '(s->len-pos)<(s->len)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'pos>0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/c/coin3/coin3_4.0.0~CMake~6f54f1602475+ds1.orig.tar.bz2 Coin3D-coin-6f54f1602475/src/io/gzmemio.cpp:811:32: warning: Invalid test for overflow 'file->buflen+offset<=file->buflen'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'offset<=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/c/cpio/cpio_2.13+dfsg.orig.tar.bz2 cpio-2.13/gnu/mktime.c:216:13: warning: Invalid test for overflow '(d)<=(t)+(d)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 't>=0'. [invalidTestForOverflow] cpio-2.13/gnu/mktime.c:216:13: warning: Invalid test for overflow '(t)<=(t)+(d)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'd>=0'. [invalidTestForOverflow] cpio-2.13/gnu/mktime.c:216:13: warning: Invalid test for overflow '(t)+(d)<(d)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 't<0'. [invalidTestForOverflow] cpio-2.13/gnu/mktime.c:421:12: warning: Invalid test for overflow '(delta*direction)<=(t)+(delta*direction)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 't>=0'. [invalidTestForOverflow] cpio-2.13/gnu/mktime.c:421:12: warning: Invalid test for overflow '(t)+(delta*direction)<(delta*direction)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 't<0'. [invalidTestForOverflow] cpio-2.13/gnu/mktime.c:441:3: warning: Invalid test for overflow '(t)-(t0)<=(t)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 't0>=0'. [invalidTestForOverflow] cpio-2.13/gnu/mktime.c:442:3: warning: Invalid test for overflow '(dt)-(negative_offset_guess)<=(dt)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'negative_offset_guess>=0'. [invalidTestForOverflow] cpio-2.13/gnu/mktime.c:451:11: warning: Invalid test for overflow '(sec_adjustment)<=(t)+(sec_adjustment)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 't>=0'. [invalidTestForOverflow] cpio-2.13/gnu/mktime.c:451:11: warning: Invalid test for overflow '(t)<=(t)+(sec_adjustment)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'sec_adjustment>=0'. [invalidTestForOverflow] cpio-2.13/gnu/mktime.c:451:11: warning: Invalid test for overflow '(t)+(sec_adjustment)<(sec_adjustment)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 't<0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/c/cpl-plugin-amber/cpl-plugin-amber_4.4.1+dfsg.orig.tar.xz amber-4.4.1/amber/amdmsCalibration.c:699:35: warning: Invalid test for overflow 'calData->ny<(calData->ny-iW)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'iW<0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/c/crm114/crm114_20100106.orig.tar.gz crm114-20100106-BlameMichelson.src/crm_svm_matrix_util.c:208:22: warning: Invalid test for overflow 'c+A->first_eltfirst_elt'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'c<0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/c/crossfire-client/crossfire-client_1.75.0.orig.tar.gz crossfire-client-1.75.0/gtk-v2/src/info.c:1094:39: warning: Invalid test for overflow 'info_buffer[loop].agen_root_type+(uint8_t)types->length>=(uint8_t)types->length'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] dbus-broker-31/subprojects/libcdvar-1/src/c-dvar-writer.c:291:68: warning: Invalid test for overflow 'var->n_root_type+(uint8_t)types->length>=(uint8_t)types->length'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/d/drawterm-9front/drawterm-9front_0~git20220608.bee4db6.orig.tar.gz drawterm-9front-0~git20220608.bee4db6/libsec/x509.c:2105:14: warning: Invalid test for overflow 'p+length0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/e/ecere-sdk/ecere-sdk_0.44.15.orig.tar.bz2 ecere-sdk-0.44.15/compiler/bootstrap/ecere/bootstrap/TempFile.c:536:75: warning: Invalid test for overflow '(int)__ecerePointer___ecereNameSpace__ecere__sys__TempFile->size+pos>=(int)__ecerePointer___ecereNameSpace__ecere__sys__TempFile->size'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'pos>=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/e/edk2/edk2_2022.05.orig.tar.xz edk2-2022.05/EmbeddedPkg/Library/FdtLib/fdt_rw.c:127:21: warning: Invalid test for overflow '(p+oldlen)=pos'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'size>=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/f/faudio/faudio_22.06.orig.tar.xz FAudio-22.06/src/stb_vorbis.h:1398:75: warning: Invalid test for overflow 'f->stream_start+locstream_start'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/f/ferret-vis/ferret-vis_7.6.0.orig.tar.xz ferret-vis-7.6.0/xgks/port/config.c:1516:17: warning: Invalid test for overflow 'int_min-1xmin+colxmin'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'col<0'. [invalidTestForOverflow] ffmpeg-5.0.1/libavcodec/ituh263dec.c:1244:24: warning: Invalid test for overflow 's->pp_time<=s->pp_time-s->pb_time'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ffmpeg-5.0.1/libavcodec/mpeg4videodec.c:2921:24: warning: Invalid test for overflow 's->pp_time<=s->pp_time-s->pb_time'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ffmpeg-5.0.1/libavcodec/rv10.c:285:51: warning: Invalid test for overflow 's->pp_time<=s->pp_time-s->pb_time'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/f/freeimage/freeimage_3.18.0+ds2.orig.tar.xz FreeImage/Source/FreeImageToolkit/Background.cpp:829:18: warning: Invalid test for overflow '(width+right)>width'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'right>0'. [invalidTestForOverflow] FreeImage/Source/FreeImageToolkit/Background.cpp:830:20: warning: Invalid test for overflow '(height+bottom)>height'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'bottom>0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/f/funtools/funtools_1.4.8.orig.tar.gz funtools-1.4.8/funim.c:366:39: warning: Invalid test for overflow '((unsigned char*)obuf)[index]>(((unsigned char*)obuf)[index]+(unsigned char)vval)'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] funtools-1.4.8/funim.c:389:40: warning: Invalid test for overflow '((unsigned short*)obuf)[index]>(((unsigned short*)obuf)[index]+(unsigned short)vval)'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/f/fvwm/fvwm_2.6.8.orig.tar.gz fvwm-2.6.8/modules/FvwmButtons/button.c:488:22: warning: Invalid test for overflow 'old>(old+32)'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/f/fvwm3/fvwm3_1.0.4+ds.orig.tar.gz fvwm3-1.0.4/modules/FvwmButtons/button.c:488:22: warning: Invalid test for overflow 'old>(old+32)'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/g/gdcm/gdcm_3.0.13.orig.tar.gz GDCM-3.0.13/Source/MediaStorageAndFileFormat/gdcmIconImageGenerator.cxx:449:24: warning: Invalid test for overflow 'lmin+1>lmin'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/g/geda-gaf/geda-gaf_1.8.2.orig.tar.gz geda-gaf-1.8.2/gschem/src/gschem_cairo.c:199:19: warning: Invalid test for overflow 'start_angle>start_angle+end_angle'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'end_angle<0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/g/glfw3/glfw3_3.3.7.orig.tar.gz glfw-3.3.7/tests/tearing.c:105:35: warning: Invalid test for overflow 'swap_interval+1>swap_interval'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] glfw-3.3.7/tests/tearing.c:114:39: warning: Invalid test for overflow 'swap_interval-1scorescore'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'delta<0'. [invalidTestForOverflow] gnunet-0.17.1/src/cadet/gnunet-service-cadet_paths.c:301:30: warning: Invalid test for overflow 'delta+entry->score>entry->score'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'delta>0'. [invalidTestForOverflow] gnunet-0.17.1/src/util/gnunet-base32.c:89:26: warning: Invalid test for overflow 'iret+in_sizestream_start+locstream_start'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/g/graphviz/graphviz_2.42.2.orig.tar.bz2 graphviz-2.42.2/lib/sparse/SparseMatrix.c:1431:15: warning: Invalid test for overflow '(nz+1)<=nz'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] graphviz-2.42.2/lib/sparse/SparseMatrix.c:1601:17: warning: Invalid test for overflow '(nz+1)<=nz'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/g/grcompiler/grcompiler_5.2.orig.tar.gz grcompiler-5.2/compiler/Generic/UtilString_i.cpp:272:4: warning: Invalid test for overflow 'cchCur+cchDst>cchCur'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'cchDst>0'. [invalidTestForOverflow] grcompiler-5.2/compiler/Generic/UtilString_i.cpp:281:4: warning: Invalid test for overflow 'cchCur+cchDst>cchCur'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'cchDst>0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/h/haproxy/haproxy_2.6.1.orig.tar.gz haproxy-2.6.1/src/h1.c:57:8: warning: Invalid test for overflow 'cl+ci'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'j<0'. [invalidTestForOverflow] haproxy-2.6.1/src/tools.c:2337:14: warning: Invalid test for overflow 'i+ji'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'j<0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/h/hedgewars/hedgewars_1.0.0.orig.tar.bz2 hedgewars-src-1.0.0/QTfrontend/campaign.cpp:73:26: warning: Invalid test for overflow 'progress>(progress-missionInList)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'missionInList>0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/h/htslib/htslib_1.14+ds.orig.tar.bz2 htslib-1.14/sam.c:3345:33: warning: Invalid test for overflow 'l->alloc>=l->alloc-line_frag'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'line_frag>=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/h/hurd/hurd_0.9.git20220301.orig.tar.bz2 hurd-0.9.git20220301/ext2fs/pager.c:1052:8: warning: Invalid test for overflow 'disk_cache_info[index].ref_count+1>disk_cache_info[index].ref_count'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] hurd-0.9.git20220301/ext2fs/pager.c:1189:4: warning: Invalid test for overflow 'disk_cache_info[index].ref_count+1>disk_cache_info[index].ref_count'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/h/hydrogen/hydrogen_1.1.1+819.g676dbf8c.orig.tar.xz hydrogen-1.1.1+819.g676dbf8c/src/core/Sampler/Sampler.cpp:1184:24: warning: Invalid test for overflow 'nSamplePos+1lmin'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/i/ipxe/ipxe_1.0.0+git-20190125.36a4c85.orig.tar.xz ipxe-1.0.0+git-20190125.36a4c85/src/core/malloc.c:222:47: warning: Invalid test for overflow '((void*)block+block->size)>((void*)block)'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/j/jabberd2/jabberd2_2.7.0.orig.tar.gz jabberd2-jabberd-2.7.0/storage/storage_oracle.c:242:7: warning: Invalid test for overflow '(*buflen+12)>*buflen'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] jabberd2-jabberd-2.7.0/storage/storage_oracle.c:248:9: warning: Invalid test for overflow '(*buflen+2)>*buflen'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] jabberd2-jabberd-2.7.0/storage/storage_oracle.c:257:13: warning: Invalid test for overflow '(*buflen+4)>*buflen'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] jabberd2-jabberd-2.7.0/storage/storage_oracle.c:262:9: warning: Invalid test for overflow '(*buflen+2)>*buflen'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] jabberd2-jabberd-2.7.0/storage/storage_oracle.c:268:9: warning: Invalid test for overflow '(*buflen+2)>*buflen'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] jabberd2-jabberd-2.7.0/storage/storage_oracle.c:277:13: warning: Invalid test for overflow '(*buflen+3)>*buflen'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] jabberd2-jabberd-2.7.0/storage/storage_oracle.c:282:9: warning: Invalid test for overflow '(*buflen+2)>*buflen'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] jabberd2-jabberd-2.7.0/storage/storage_oracle.c:288:9: warning: Invalid test for overflow '(*buflen+6)>*buflen'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] jabberd2-jabberd-2.7.0/storage/storage_oracle.c:293:9: warning: Invalid test for overflow '(*buflen+2)>*buflen'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] jabberd2-jabberd-2.7.0/storage/storage_oracle.c:327:3: warning: Invalid test for overflow '(buflen+5)>buflen'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/j/jpeg-xl/jpeg-xl_0.7.0~git20220325.7594374+ds.orig.tar.xz jpeg-xl-0.7.0~git20220325.7594374/lib/jxl/codec_y4m_testonly.cc:111:20: warning: Invalid test for overflow 'pos_+len=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/liba/libav/libav_11.12.orig.tar.xz libav-11.12/libavcodec/ituh263dec.c:1095:24: warning: Invalid test for overflow 's->pp_time<=s->pp_time-s->pb_time'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] libav-11.12/libavcodec/mpeg4videodec.c:2148:24: warning: Invalid test for overflow 's->pp_time<=s->pp_time-s->pb_time'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] libav-11.12/libavcodec/rv10.c:410:28: warning: Invalid test for overflow 's->pp_time<=s->pp_time-s->pb_time'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/libg/libgadu/libgadu_1.12.2.orig.tar.gz libgadu-1.12.2/src/handlers.c:885:32: warning: Invalid test for overflow 'p+count*sizeof(uin_t)=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/libl/liblivemedia/liblivemedia_2018.11.26.orig.tar.gz live/liveMedia/RTSPServer.cpp:713:36: warning: Invalid test for overflow 'tmpPtr+2+contentLengthbase-delta>lz4ds->base'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/libm/libmwaw/libmwaw_0.3.21.orig.tar.xz libmwaw-0.3.21/src/lib/Canvas5Graph.cxx:549:31: warning: Invalid test for overflow 'pos+4+len=pos'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'len>=0'. [invalidTestForOverflow] libmwaw-0.3.21/src/lib/Canvas5Parser.cxx:1372:32: warning: Invalid test for overflow 'actPos+22+lstream_start+locstream_start'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/libv/libvpx/libvpx_1.11.0.orig.tar.gz libvpx-1.11.0/vp8/decoder/decodeframe.c:928:68: warning: Invalid test for overflow 'data+first_partition_length_in_bytesstart'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] libvpx-1.11.0/vp8/vp8_dx_iface.c:135:22: warning: Invalid test for overflow 'data+data_sz<=data'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] libvpx-1.11.0/vp9/vp9_dx_iface.c:102:22: warning: Invalid test for overflow 'data+data_sz<=data'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/libw/libwpd/libwpd_0.10.3.orig.tar.xz libwpd-0.10.3/src/lib/WP3VariableLengthGroup.cpp:87:28: warning: Invalid test for overflow 'startPosition+size0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/l/linux-tools/linux-tools_3.16.56.orig.tar.xz linux-tools-3.16.56/scripts/dtc/libfdt/fdt.c:88:14: warning: Invalid test for overflow 'p+lenpe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:243:20: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:331:20: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:384:21: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:516:20: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:560:21: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:628:21: warning: Invalid test for overflow 'pe-0x4000000pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:784:21: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:890:49: warning: Invalid test for overflow 'pe-0x4000000pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:1056:21: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:1117:20: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:1197:20: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:1276:20: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:1362:20: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:1443:20: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] src/test.c:1482:20: warning: Invalid test for overflow 'pe+0x4000000>pe'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/m/motif/motif_2.3.8.orig.tar.gz motif-2.3.8/lib/Xm/Region.c:2429:7: warning: Invalid test for overflow '(y1)<(y1+1)'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] motif-2.3.8/lib/Xm/Region.c:2437:5: warning: Invalid test for overflow '(y1)<(y1+1)'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/m/mutt/mutt_2.2.4.orig.tar.gz mutt-2.2.4/rfc2047.c:390:19: warning: Invalid test for overflow 'd+n>d'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] mutt-2.2.4/rfc2047.c:543:21: warning: Invalid test for overflow 't+n>=t'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/n/ncbi-blast+/ncbi-blast+_2.12.0+ds.orig.tar.xz ncbi-blast-2.12.0+-src/c++/src/objmgr/seq_vector.cpp:390:23: warning: Invalid test for overflow 'src+count>=src'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/n/ncbi-vdb/ncbi-vdb_2.11.2+dfsg.orig.tar.xz ncbi-vdb-2.11.2/libs/kdb/wcolidx.c:349:48: warning: Invalid test for overflow '(loc->start_id+loc->id_range)<=loc->start_id'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ncbi-vdb-2.11.2/libs/kdb/wcolidx0.c:506:52: warning: Invalid test for overflow '(loc->start_id+loc->id_range)>loc->start_id'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/o/openjdk-7-jre-dcevm/openjdk-7-jre-dcevm_7u60.orig.tar.gz hotspot-jdk7u60-b09/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp:430:35: warning: Invalid test for overflow 'eden_start+alignment>=eden_start'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/o/openjdk-8-jre-dcevm/openjdk-8-jre-dcevm_8u181.orig.tar.gz hotspot-jdk8u181-b13/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp:430:35: warning: Invalid test for overflow 'eden_start+alignment>=eden_start'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/o/openjpeg/openjpeg_1.5.2.orig.tar.gz openjpeg-1.5.2/libopenjpeg/cio.c:191:24: warning: Invalid test for overflow '(cio->bp+n)>=cio->bp'; pointer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'n>=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/p/pdbg/pdbg_3.5.orig.tar.xz pdbg-3.5/libfdt/fdt_rw.c:102:20: warning: Invalid test for overflow '(p+oldlen)=pos'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'size>=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/p/psychtoolbox-3/psychtoolbox-3_3.0.18.9.dfsg1.orig.tar.gz psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:625:24: warning: Invalid test for overflow 'y0+y0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:639:24: warning: Invalid test for overflow 'y0+x0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:688:24: warning: Invalid test for overflow 'y0+y>y0'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'y>0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:694:25: warning: Invalid test for overflow 'y0-y>y0'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'y<0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:700:24: warning: Invalid test for overflow 'y0+x>y0'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'x>0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:706:25: warning: Invalid test for overflow 'y0-x>y0'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'x<0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:748:25: warning: Invalid test for overflow 'x0+x>x0'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'x>0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:755:25: warning: Invalid test for overflow 'x0-x>x0'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'x<0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:761:25: warning: Invalid test for overflow 'x0+y>x0'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'y>0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:767:25: warning: Invalid test for overflow 'x0-y>x0'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'y<0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:808:25: warning: Invalid test for overflow 'x0+x0'. [invalidTestForOverflow] psychtoolbox-3-3.0.18.9.dfsg1/PsychSourceGL/Source/Common/Eyelink/PsychEyelink.c:818:25: warning: Invalid test for overflow 'x0+y0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/p/python-crypto/python-crypto_2.6.1.orig.tar.gz pycrypto-2.6.1/src/strxor.c:45:22: warning: Invalid test for overflow 'src_a+n>src_a'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] pycrypto-2.6.1/src/strxor.c:46:22: warning: Invalid test for overflow 'src_b+n>src_b'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] pycrypto-2.6.1/src/strxor.c:47:21: warning: Invalid test for overflow 'dest+n>dest'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] pycrypto-2.6.1/src/strxor.c:66:20: warning: Invalid test for overflow 'src+n>src'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] pycrypto-2.6.1/src/strxor.c:67:21: warning: Invalid test for overflow 'dest+n>dest'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/p/pytorch-vision/pytorch-vision_0.8.2.orig.tar.gz vision-0.8.2/torchvision/csrc/cpu/decoder/memory_buffer.cpp:35:47: warning: Invalid test for overflow 'len_+offset<=len_'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'offset<=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/q/qtwebkit-opensource-src/qtwebkit-opensource-src_5.212.0~alpha4.orig.tar.xz qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp:359:28: warning: Invalid test for overflow 'location+length(lj-1+k)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'k<0'. [invalidTestForOverflow] wavethresh/src/functions.c:6438:33: warning: Invalid test for overflow '(lj-1)>(lj-1+k)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'k<0'. [invalidTestForOverflow] wavethresh/src/functions.c:6657:33: warning: Invalid test for overflow '(lj-1)>(lj-1+k)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'k<0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/r/radvd/radvd_2.18.orig.tar.xz radvd-2.18/process.c:402:28: warning: Invalid test for overflow 'offset+label_lenlen-pos)<(s->len)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'pos>0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/r/rnp/rnp_0.17.0~git20220428.orig.tar.gz rnp-0.17.0~git20220428/src/librepgp/stream-parse.cpp:843:33: warning: Invalid test for overflow '((uint8_t*)buf+len)<((uint8_t*)buf+len-1)'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/s/scotch/scotch_7.0.1.orig.tar.xz scotch-7.0.1/src/libscotch/hall_order_hd.c:658:22: warning: Invalid test for overflow 'wflg+norig<=wflg'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'norig<=0'. [invalidTestForOverflow] scotch-7.0.1/src/libscotch/hall_order_hd.c:760:22: warning: Invalid test for overflow 'wflg+norig<=wflg'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'norig<=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/s/searchandrescue/searchandrescue_1.5.0.orig.tar.gz searchandrescue_1.5.0/sar/menu.c:4459:16: warning: Invalid test for overflow '(x_min+w)>(w)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'x_min>0'. [invalidTestForOverflow] searchandrescue_1.5.0/sar/menu.c:4461:16: warning: Invalid test for overflow '(y_min+h)>(h)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'y_min>0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/s/simutrans/simutrans_122.0.orig.tar.xz squirrel/sqstdlib/sqstdblobimpl.h:83:23: warning: Invalid test for overflow '_size+offset>_size'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'offset>0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/s/skiboot/skiboot_7.0+dfsg.orig.tar.xz skiboot-7.0+dfsg/libfdt/fdt_rw.c:102:20: warning: Invalid test for overflow '(p+oldlen)0'. [invalidTestForOverflow] tcllib-1.21/modules/struct/stack/s.c:104:6: warning: Invalid test for overflow 'listc-n<(listc)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'n>0'. [invalidTestForOverflow] tcllib-1.21/modules/struct/stack/s.c:115:6: warning: Invalid test for overflow 'listc-n<(listc)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'n>0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/t/tightvnc/tightvnc_1.3.10.orig.tar.gz vnc_unixsrc/Xvnc/programs/Xserver/mfb/mfbclip.c:167:4: warning: Invalid test for overflow '(h)<(h+1)'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] vnc_unixsrc/Xvnc/programs/Xserver/mfb/mfbclip.c:198:4: warning: Invalid test for overflow '(h)<(h+1)'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] vnc_unixsrc/Xvnc/programs/Xserver/mfb/mfbclip.c:210:6: warning: Invalid test for overflow '(h)<(h+1)'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/u/ukui-window-switch/ukui-window-switch_3.0.1.orig.tar.gz ukui-window-switch/src/ukws_stack_blur.cpp:106:21: warning: Invalid test for overflow '(startX)>(i+startX)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'i<0'. [invalidTestForOverflow] ukui-window-switch/src/ukws_stack_blur.cpp:272:21: warning: Invalid test for overflow '(startY)>(i+startY)'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'i<0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/u/utopia-documents/utopia-documents_2.4.4.orig.tar.bz2 utopia-documents-2.4.4/libcrackle/crackle/libxpdf/xpdf-3.03/fofi/FoFiBase.cc:173:21: warning: Invalid test for overflow 'pos+size>=pos'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'size>=0'. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/u/utox/utox_0.18.1.orig.tar.gz uTox/third_party/stb/stb/stb_vorbis.c:1358:75: warning: Invalid test for overflow 'f->stream_start+locstream_start'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always false. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/u/uwsgi/uwsgi_2.0.20.orig.tar.gz uwsgi-2.0.20/plugins/cgi/cgi_plugin.c:222:35: warning: Invalid test for overflow 'buf+i>buf'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] uwsgi-2.0.20/plugins/cgi/cgi_plugin.c:313:15: warning: Invalid test for overflow 'buf+i>buf'; pointer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/v/vmem/vmem_1.8.orig.tar.gz vmem-1.8/src/common/os_windows.c:324:19: warning: Invalid test for overflow 'offset+len=glyph'; signed integer overflow is undefined behavior. Some mainstream compilers remove such overflow tests when optimising the code and assume it's always true. [invalidTestForOverflow] ftp://ftp.de.debian.org/debian/pool/main/z/zbar/zbar_0.23.92.orig.tar.gz zbar-0.23.92/zbar/qrcode/qrdec.c:2111:16: warning: Invalid test for overflow 'rv+drv>rv'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'drv>0'. [invalidTestForOverflow] zbar-0.23.92/zbar/qrcode/qrdec.c:2154:16: warning: Invalid test for overflow 'bu+dbu>bu'; signed integer overflow is undefined behavior. Some mainstream compilers removes handling of overflows when optimising the code and change the code to 'dbu>0'. [invalidTestForOverflow]