| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 2 - Fix CVE-2026-33278, Possible remote code execution during DNSSEC 4 - Fix CVE-2026-42944, Heap overflow and crash with multiple nsid, 7 - Fix CVE-2026-42959, Crash during DNSSEC validation of malicious 9 - Fix CVE-2026-32792, Packet of death with DNSCrypt. Thanks to Andrew 11 - Fix CVE-2026-40622, "Ghost domain name" variant. Thanks to Qifan 13 - Fix CVE-2026-41292, Parsing a long list of incoming EDNS options 16 - Fix CVE-2026-42534, Jostle logic bypass degrades resolution 19 - Fix CVE-2026-42923, Degradation of service with unbounded NSEC3 22 - Fix CVE-2026-42960, Possible cache poisoning attack while following 25 - Fix CVE-2026-44390, Unbounded name compression in certain cases [all …]
|
| /freebsd/contrib/less/ |
| H A D | NEWS | 25 * Fix bug using negative value with -z option (github #709). 27 * Fix bug handling empty terminfo capabilties (github #710). 29 * Fix memory leak in setupterm (github #707). 72 * Fix bugs and improve behavior of screen resize on Windows. 74 * Fix bug when entering search modifier key at start of non-empty 77 * Fix bug repainting screen with --form-feed (github #672). 79 * Fix bugs passing invalid negative values to some command line 82 * Fix incorrect display of Lit indicator (github #670). 84 * Fix incorrect display when returning to a mark after resizeing window 87 * Fix bug using --pattern with --incsearch (github #696). [all …]
|
| /freebsd/contrib/jemalloc/ |
| H A D | ChangeLog | 52 - Fix the synchronization around explicit tcache creation which could cause 55 - Fix a profiling biasing issue which could cause incorrect heap usage and 58 - Fix the order of stats counter updating on large realloc which could cause 60 - Fix the locking on the arena destroy mallctl, which could cause concurrent 79 - Fix the QUANTUM setting on MIPS64. (@brooksdavis) 85 - Fix unknown option detection when using Clang. (@Lapenkov) 86 - Fix symbol conflict with musl libc. (@georgthegreat) 103 - Fix doc build with --with-install-suffix. (@lawmurray, @interwq) 114 - Fix a severe virtual memory leak on Windows. This regression was first 117 - Fix siz [all...] |
| /freebsd/contrib/libpcap/ |
| H A D | CHANGES | 4 Fix "tcpdump -i <n>" for something-only libpcap builds. 5 gencode: Fix an undefined behavior in gen_mcode(). 10 CVE-2025-11961: Fix OOBR and OOBW in pcap_ether_aton(). 41 IEEE 802.11: Fix three undefined behaviors in grammar.y. 42 Fix IPv4 multicast filtering to only include 224.0.0.0/4. 43 Fix "(arp|rarp) host NAME" to ignore IPv6 quietly. 44 Fix ARCnet address parsing. 46 Fix check for mac80211 phydev. 49 Fix an error message when deleting a monN interface. 50 Fix returning PCAP_ERROR_RFMON_NOTSUP with libnl. [all …]
|
| /freebsd/contrib/smart/ |
| H A D | Changelog | 4 - Fix build errors detected by GCC14 5 - Fix printf build error on 32-bit systems 9 - Fix various complier warnings 12 - Fix don't print attribute ID with description 15 - Fix ATA threshold output (gh-10). This is a breaking change as it 18 - Fix the ATA raw output. This is a breaking change as it increase the 21 - Fix direct debug output (--debug) to standard error
|
| /freebsd/contrib/tcpdump/ |
| H A D | CHANGES | 12 TCP: Fix Reset segment processing. 13 IP, IPv6: Fix setting the snapshot length for the payload. 17 PTP: Fix management packet fields. 23 NTP: Fix p_ntp_time_fmt() using epoch 1/epoch 2 convention (RFC 4330). 46 Fix '-tt' option printing when time > 2106-02-07T06:28:15Z. 49 Fix incompatible pointer types with time functions calls on Windows. 57 CMake: Fix build with CMake 3.31. 78 BGP: Fix an undefined behavior when it tries to parse a too-short packet. 88 Frame Relay (Multilink): Fix the Timestamp Information Element printing. 89 ICMPv6: Fix printing the Home Agent Address Discovery Reply Message. [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 14 o tests: Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086) 22 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31) 37 o Fix an unused variable warning on *BSD. (c0720c1) 40 o Fix a couple of memory leaks (found with Valgrind). (3b2529a Ross Lagerwall) 42 o Fix possible uninitialized read in dns regression tests. Found by coverity. (2259777) 44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d) 45 o Fix resource leaks in the unit tests; found by coverity (270f279) 69 o Fix a typo in the bufferevent documentation (98e9119) 71 o Fix the website URL in the readme (f775521) [all …]
|
| H A D | ChangeLog-1.4 | 9 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) 10 o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775) 23 o Fix a free(NULL) in min_heap.h (2458934) 24 o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722) 27 o Fix compile warning in http.c (906d573) 34 o Fix compilation on Android, which forgot to define fd_mask in its sys/select.h 38 o Fix a problem with excessive memory allocation when using multiple event priorities. 44 o Fix an obscure timing-dependent, allocator-dependent crash in the evdns code. 47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.] 53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen] [all …]
|
| H A D | ChangeLog | 34 o Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled (8ccd8f56 Jan Kasiak) 40 o Fix checking return value of the evdns_base_resolv_conf_parse() (fc51bf2c Azat Khuzhin) 52 o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX) 67 o Fix compilation without OPENSSL_API_COMPAT (921bdcdd Azat Khuzhin) 72 o Fix compat with NetBSD >= 10 (5febb4e1 Kamil Rytarowski) 116 o Fix detection of the __has_attribute() for apple clang [ci skip] (7fd7c5ef Azat Khuzhin) 160 o Fix leaks in error path of the bufferevent_init_common_() (bb0f8fe7 Azat Khuzhin) 204 o Fix visibility issues under (mostly on win32) 210 o Fix base unlocking in event_del() if event_base_set() runned in another thread (4f0f40e3) 212 o Fix race in access to ev_res from event loop with event_active() (43d92a6d) [all …]
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 14 o tests: Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086) 22 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31) 37 o Fix an unused variable warning on *BSD. (c0720c1) 40 o Fix a couple of memory leaks (found with Valgrind). (3b2529a Ross Lagerwall) 42 o Fix possible uninitialized read in dns regression tests. Found by coverity. (2259777) 44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d) 45 o Fix resource leaks in the unit tests; found by coverity (270f279) 69 o Fix a typo in the bufferevent documentation (98e9119) 71 o Fix the website URL in the readme (f775521) [all …]
|
| H A D | ChangeLog-1.4 | 9 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) 10 o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775) 23 o Fix a free(NULL) in min_heap.h (2458934) 24 o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722) 27 o Fix compile warning in http.c (906d573) 34 o Fix compilation on Android, which forgot to define fd_mask in its sys/select.h 38 o Fix a problem with excessive memory allocation when using multiple event priorities. 44 o Fix an obscure timing-dependent, allocator-dependent crash in the evdns code. 47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.] 53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen] [all …]
|
| H A D | ChangeLog | 34 o Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled (8ccd8f56 Jan Kasiak) 40 o Fix checking return value of the evdns_base_resolv_conf_parse() (fc51bf2c Azat Khuzhin) 52 o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX) 67 o Fix compilation without OPENSSL_API_COMPAT (921bdcdd Azat Khuzhin) 72 o Fix compat with NetBSD >= 10 (5febb4e1 Kamil Rytarowski) 116 o Fix detection of the __has_attribute() for apple clang [ci skip] (7fd7c5ef Azat Khuzhin) 160 o Fix leaks in error path of the bufferevent_init_common_() (bb0f8fe7 Azat Khuzhin) 204 o Fix visibility issues under (mostly on win32) 210 o Fix base unlocking in event_del() if event_base_set() runned in another thread (4f0f40e3) 212 o Fix race in access to ev_res from event loop with event_active() (43d92a6d) [all …]
|
| /freebsd/contrib/ldns/ |
| H A D | Changelog | 2 * Fix to set VERSION_INFO to create .so.3 instead of .so.11 which will 18 * Fix #254: Unquoted "value" rdata for CAA records fail to validate. 20 * Fix #266: ldns-read-zone -u fails if a type is the only type in a 22 * Fix #271: Intermittent build failure with multi-job 27 * Fix RR types NSAP-PTR, GPOS and RESINFO to print unquoted strings. 28 * Fix memory leak when trying to read zones that have equal RRs. 33 * PR #286: Fix RR Type AMTRELAY type nogateway, to print relay '.', 45 * Fix #283: ldns-walk fails after update from 1.8.3 to 1.8.4 51 * Fix #285: A WALLET RR breaks TXT signing. Thanks bortzmeyer 52 * Fix #287: ldns-verify-zone hangs with missing NSEC3 RRs. [all …]
|
| /freebsd/sys/contrib/zlib/ |
| H A D | ChangeLog | 44 - Fix bug in inflatePrime() for 16-bit ints 57 - Fix bug in inflateSync() for data held in bit buffer 59 - Fix decision on the emission of Zip64 end records in minizip 62 - Fix a bug in ZLIB_DEBUG compiles in check_match() 67 - Fix bug in deflateBound() for level 0 and memLevel 9 68 - Fix bug when gzungetc() is used immediately after gzopen() 69 - Fix bug when using gzflush() with a very small buffer 70 - Fix crash when gzsetparams() attempted for transparent write 71 - Fix test/example.c to work with FORCE_STORED 73 - Fix minizip to allow it to open an empty zip file [all …]
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 43 #1272 CVE-2026-56132 -- Fix out-of-bound scaffolding index store 67 #1244 #1254 CMake: Fix guard for Unix sources of entropy 75 #1221 lib: Fix too-conservative integer overflow check when 88 #1247 lib: Fix use of '0' as boolean literal 122 #1216 CVE-2026-45186 -- Fix quadratic runtime from attribute name 166 #1193 Fix interpretation of `errno` after randomization calls 187 #1202 Fix a comment typo in expat_external.h 188 #1187 Fix grammar in compile error message 214 #1158 CVE-2026-32776 -- Fix NULL function pointer dereference for 224 #1163 CVE-2026-32778 -- Fix NULL dereference in function setContext [all …]
|
| /freebsd/contrib/libcbor/ |
| H A D | CHANGELOG.md | 3 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/… 11 - [Fix `cbor_is_null`, `cbor_is_undef`, `cbor_is_bool` assertion failing on non-ctrl floats in debu… 26 - [Fix NaN encoding on Windows](https://github.com/PJK/libcbor/issues/271) 27 - [Fix NaN encoding on mips/mipsel](https://github.com/PJK/libcbor/issues/329) 35 …- [Fix compiler pragmas](https://github.com/PJK/libcbor/pull/347) (by [brooksdavis](https://github… 36 - [Fix code style issues](https://github.com/PJK/libcbor/pull/321) 46 - [Fix `cbor_string_set_handle` not setting the codepoint count](https://github.com/PJK/libcbor/pul… 63 - [Fix a regression in `cbor_serialize_alloc` that caused serialization of zero-length strings and … 74 - Fix a potential memory leak when the allocator fails during array or map decoding [[#224]](https:… 75 - [Fix a memory leak when the allocator fails when adding chunks to indefinite bytestrings.](https:… [all …]
|
| /freebsd/libexec/bootpd/ |
| H A D | Changes | 11 Fix the irix Makefile targets, and other misc. 29 Fix reporting of duplicate Ethernet addresses. 38 Fix select calls on linux (modifies timeval arg). 39 Fix setarp (specify Ethernet type for now). 51 Fix bug in boot file name generation (missing init) 56 Fix code to build bootfile name based on combination of 98 Fix prs_inetaddr() so it allows '_' in hostnames. 101 Fix setarp for SVR4 (needs to use I_STR ioctl) 123 Fix args to report in getether code for Ultrix. 137 Fix whitespace skip before :vm= auto: and avoid lookup. [all …]
|
| /freebsd/contrib/one-true-awk/ |
| H A D | FIXES | 29 Fix incorrect divisor in rand() - it was returning 32 Fix a syntax issue with /= that caused constants to 37 Fix incorrect error line number issues. unput has 41 Fix hex detection in is_valid_number. 42 Fix indirect field specification with non-numeric string 56 Fix signal for system-status test. Thanks to Tim van der Molen. 92 Fix inconsistent handling of --csv and FS set in the 97 Fix exit status of system on MacOS. Update to REGRESS. 99 Fix inconsistent handling of -F and --csv, and loss of csv 103 Fix issue #199: gototab improvements to dynamically resize the [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 164 * Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap. 167 * Fix Timing side-channel in SM2 algorithm on 64 bit ARM. 170 * Fix Out-of-bounds read in HTTP client no_proxy handling. 205 * Fix x509 application adds trusted use instead of rejected use. 627 * Fix POLY1305 MAC implementation corrupting XMM registers on Windows 632 * Fix excessive time spent checking DH q parameter value ([CVE-2023-3817]) 633 * Fix DH_check() excessive time with over sized modulus ([CVE-2023-3446]) 683 * Fix for custom ciphers to prevent accidental use of NULL encryption 707 * Fix a bug in the OPENSSL_LH_flush() function that breaks reuse of the memory 874 * Fix a bug in DTLS over SCTP. This breaks interoperability with older [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Diagnostic.cpp | 61 if (!D.Message.Fix.empty()) in selectFirstFix() 62 return &D.Message.Fix; in selectFirstFix() 64 return !D.Fix.empty(); in selectFirstFix() 67 return &Iter->Fix; in selectFirstFix()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | DiagnosticsYaml.h | 44 for (auto &Replacements : M.Fix) { in LLVM_YAML_IS_SEQUENCE_VECTOR() 48 for (auto &Fix : Fixes) { in LLVM_YAML_IS_SEQUENCE_VECTOR() 49 llvm::Error Err = M.Fix[Fix.getFilePath()].add(Fix); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd/contrib/file/ |
| H A D | ChangeLog | 32 * PR/579: net147: Fix stack overrun. 85 * PR/415: Fix decompression with program returning empty 111 * Fix error detection for decompression code (Vincent Mihalkovic) 141 * Fix bug with large flist (Florian Weimer) 151 * PR/362: Fix wide printing (ro-ee) 152 * PR/358: Fix width for -f - (jpalus) 153 * PR/356: Fix JSON constant parsing (davewhite) 198 * Avinash Sonawane: Fix tzname detection 202 * Fix relationship tests with "search" magic, don't short circuit 207 * Fix memory leak in compile mode [all …]
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 62 bug: Fix and deprecate ZSTD_generateSequences (#3981) 106 cli: Fix better handling of bogus numeric values (#3268, @ctkhanhly) 107 cli: Fix input consists of multiple files _and_ `stdin` (#3222, @yoniko) 108 cli: Fix tiny files passthrough (#3215, @cgbur) 109 cli: Fix for `-r` on empty directory (#3027, @brailovich) 110 cli: Fix empty string as argument for `--output-dir-*` (#3220, @embg) 111 cli: Fix decompression memory usage reported by `-vv --long` (#3042, @u1f35c, and #3232, @zengyijin… 112 cli: Fix infinite loop when empty input is passed to trainer (#3081, @terrelln) 113 cli: Fix `--adapt` doesn't work when `--no-progress` is also set (#3354, @terrelln) 120 api: Fix limit overflow in `compressBound` and `decompressBound` (#3362, #3373, Cyan4973) reported … [all …]
|
| /freebsd/contrib/bsnmp/ |
| H A D | NEWS | 10 Fix a core dump when -d tracing suboption has no argument (thanks 13 Fix bug in parsing the include path in the daemon. 15 Fix an uninitialize structure field in gensnmptree (thanks to 20 Fix link traps to be more RFC conform (thanks to glebius@freebsd.org) 29 1.11a Fix build of modules when stdint.h is included after asn1.h 60 Fix an error in timer handling in the LIBBEGEMOT case. 62 snmpd/main.c: Fix a 64-bit warning. 103 Fix a typo in the mibII counter retrival code. 108 Fix a syntax error in the example configuration file (thanks to 111 Fix a long standing problem with the module loading code [all …]
|
| /freebsd/contrib/pkgconf/ |
| H A D | NEWS | 165 * Fix processing of empty dependency lists. 184 * Fix several minor memory safety bugs which were identified by 205 * Fix additional logic errors relating to the new fragment trees 211 * Fix several logic errors in the pkg-config file parser that were 214 * Fix BSD make compatibility so that it generates the test data 254 * Fix compile with Meson on Solaris by defining __EXTENSIONS__. 272 * Fix minor documentation typos. 279 * Fix parsing edge-case bugs with dependency versions. 309 * Fix --modversion with constraints. 327 * Fix warnings with GCC 14 -Walloc-size. [all …]
|