/freebsd/tools/build/options/ |
H A D | WITH_ASAN | 2 memory corruption bugs such as buffer overflows or use-after-free.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | int_mulv_impl.inc | 17 // Effects: aborts if a * b overflows
|
H A D | int_mulo_impl.inc | 17 // Effects: sets *overflow to 1 if a * b overflows
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | large_sections.rst | 4 When linking very large binaries, lld may report relocation overflows like
|
/freebsd/lib/libc/db/hash/ |
H A D | README | 52 If you have a lot of overflows, it is possible to run out of overflow
|
/freebsd/contrib/libcbor/ |
H A D | CHANGELOG.md | 60 - cbor_decode explicitly checks size to avoid overflows (previously broken, potentially resulting in erroneous decoding on affected systems) 121 - Reworked (re)allocation to handle huge inputs and overflows in size_t [[Fixes #16]](https://github.com/PJK/libcbor/issues/16)
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmac_poly1305.txt | 47 # What happens if addition of s overflows modulo 2^128?
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 224 offsetof(overflows) = 8
|
H A D | ntpdc_ops.c | 1258 (u_long)ntohl(tim->overflows)); in timerstats()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 577 u_int32 overflows; /* timer overflows */ member
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | memory_resource |
|
/freebsd/contrib/unbound/doc/ |
H A D | README | 34 programming errors, among which buffer overflows. The program exits
|
/freebsd/contrib/gdtoa/ |
H A D | changes | 60 fix storage leak in strtod with underflows and overflows near 267 errno = ERANGE when the result overflows or underflows to 0. 377 mattered for underflows and overflows in 0x notation.
|
H A D | README | 133 if the result overflows to +Infinity or underflows to 0. Compile
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 533 Fix some heap overflows found with American Fuzzy Lop by Hanno Boeck and others 535 Change the way protocols print link-layer addresses (Fix heap overflows 576 ATALK: Add bounds and length checks (Fix heap overflows) 600 FR: Add some packet-length checks and improve Q.933 printing (Fix heap overflows) 601 GRE: Add some bounds checks (Fix heap overflows) 673 STP: Add a bunch of bounds checks, and fix some printing (Fix heap overflows) 677 TCP: Fix two bounds checks (Fix heap overflows)
|
H A D | configure.in | 177 AC_WARN([The SMB printer may have exploitable buffer overflows!!!])
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1035 HelpText<"Warn about buffer overflows (older checker)">, 1039 HelpText<"Warn about buffer overflows (newer checker)">, 1043 HelpText<"Check for overflows in the arguments to malloc()">,
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 444 (int) offsetof(struct info_timer_stats, overflows));
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat.txt | 227 positive integer is returned. Otherwise, if the conversion overflows, the
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | ChangeLog | 213 Correct a pair of buffer overflows in the telnet(1) command:
|
/freebsd/contrib/expat/ |
H A D | Changes | 512 #539 CVE-2022-22822 to CVE-2022-22827 -- Prevent integer overflows 1304 #582: CVE-2015-1283 - Multiple integer overflows in XML_GetBuffer
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | asn1.t0 | 59 \ Note: this does not check for overflows.
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 352 * Fix stack read (PR/62) and write (PR/64) stack overflows 1891 * Avoid search and regex buffer overflows (Kelledin)
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3492.txt | 703 overflows if and only if B > maxint - A, and A + (B * C) overflows if
|
/freebsd/contrib/libarchive/ |
H A D | NEWS | 350 May 21, 2008: Fix a number of non-exploitable integer and buffer overflows,
|