invalidTestForOverflow ftp://ftp.de.debian.org/debian/pool/main/a/ascii-patrol/ascii-patrol_1.7+dfsg.orig.tar.xz ascii-patrol-1.7/stb_vorbis.cpp:1369: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/bibledit_5.1.023.orig.tar.gz bibledit-5.1.023/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.1.023.orig.tar.gz bibledit-cloud-5.1.023/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/b/boulder-game/boulder-game_1.02+ds.orig.tar.xz boulder_1.02_src_plain/ext_include/pa/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/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.93.orig.tar.gz zbar-0.23.93/zbar/qrcode/qrdec.c:2297:19: 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.93/zbar/qrcode/qrdec.c:2346:19: 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]