| /freebsd-13-stable/contrib/serf/ |
| HD | CHANGES | 3 Fix issue #151: SCons build broken when only one library in ENVPATH 4 Fix issue #153: avoid SSPI handle leak 5 Fix issue #167: Explicitly use the ANSI version of SSPI 6 Fix issue #170: Allow building with Microsoft Visual Studio 2015 7 Fix build of 'check' target when using VPATH-style builds (r1699858, ...) 12 Fix types of passed, but unused batons (r1699986, r1699987) 13 Fix some usages of the openssl BIO api (r1699852) 21 Fix issue #152: CRC calculation error for gzipped http reponses > 4GB. 22 Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed. 23 Fix issue #154: Disable SSLv2 and SSLv3 as both or broken. [all …]
|
| /freebsd-13-stable/contrib/unbound/doc/ |
| HD | Changelog | 2 - Fix for dnsoverquic and dnstap to use the correct dnstap 6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic. 9 - Fix to display warning if quic-port is set but dnsoverquic is not 11 - Fix dnsoverquic to extend the number of streams when one is closed. 14 - Fix to disable detection of quic configured ports when quic is 16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups. 17 - Fix contrib/aaaa-filter-iterator.patch for change in call 21 - Fix cookie_file test sporadic fails for time change during 23 - Fix add reallocarray to alloc stats unit test, and disable 34 - Fix to limit NSEC TTL for messages from cachedb. Fix to limit the [all …]
|
| /freebsd-13-stable/contrib/less/ |
| HD | NEWS | 19 * Fix build using --with-secure (github #544). 21 * Fix crash when using --header on command line (github #545). 23 * Fix possible crash when scrolling left/right or toggling -S (github #547). 25 * Fix bug when using #stop in a lesskey file (github #551). 27 * Fix bug when using --shift or --match-shift on command line with 30 * Fix bug in R command when file size changes (github #553). 32 * Fix bug using --header when file does not fill screen (github #556). 34 * Fix ^X bug when output is not a terminal (github #558). 36 * Fix bug where ^Z is not handled immediately (github #563). 38 * Fix bug where first byte from a LESSOPEN filter is deleted if it is [all …]
|
| /freebsd-13-stable/contrib/jemalloc/ |
| HD | ChangeLog | 14 - Fix a severe virtual memory leak on Windows. This regression was first 17 - Fix size 0 handling in posix_memalign(). This regression was first released 19 - Fix the prof_log unit test which may observe unexpected backtraces from 22 - Fix the declaration of the extent_avail tree. This regression was first 24 - Fix an incorrect reference in jeprof. This functionality was first released 26 - Fix an assertion on the deallocation fast-path. This regression was first 28 - Fix the TLS_MODEL attribute in headers. This regression was first released 115 - Fix background thread index issues with max_background_threads. (@djwatson, 117 - Fix stats output for opt.lg_extent_max_active_fit. (@interwq) 118 - Fix opt.prof_prefix initialization. (@davidtgoldblatt) [all …]
|
| /freebsd-13-stable/contrib/libpcap/ |
| HD | CHANGES | 12 Fix findalldevtest compilation if IPv6 isn't enabled. 18 Fix some Coverity errors. 19 Fix availabilities of some functions to match reality. 38 Fix a file descriptor leak. 40 Fix DLT_CAN_SOCKETCAN handling of CAN FD. 52 Fix AF_LINK handling on illumos. 56 Fix the install name of the installed shared library to have a 58 Fix universal builds. 62 Fix various build problems. Fixes issue #1114. 64 Fix handling of packet statistics. [all …]
|
| /freebsd-13-stable/contrib/ntp/sntp/libevent/ |
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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-13-stable/contrib/libevent/ |
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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-13-stable/contrib/tcpdump/ |
| HD | CHANGES | 5 BGP: Fix an undefined behavior when it tries to parse a too-short packet. 15 Frame Relay (Multilink): Fix the Timestamp Information Element printing. 16 ICMPv6: Fix printing the Home Agent Address Discovery Reply Message. 23 IPv6: Fix printing invalid cases as invalid, not truncated; use 25 IPv6: Fix invalid 32-bit versus 64-bit printouts of fragment headers. 26 ISAKMP: Fix printing Delete payload SPI when size is zero. 28 lwres: Fix an undefined behavior in pointer arithmetic. 29 OpenFlow 1.0: Fix indentation of PORT_MOD, improve handling of 40 OSPF6: Fix an undefined behavior. 46 PTP: Fix spelling of type SIGNALING, Parse major and minor version [all …]
|
| /freebsd-13-stable/contrib/ldns/ |
| HD | Changelog | 6 * Fix for syntax error in pyldns 13 * Fix build error on Solaris 10 with inet_ntop redeclaration error. 14 * Fix -U flag with ldns-signzone. Thanks Ulrich and Jonathan 41 * Fix memory leak in examples/ldns-testns handle_tcp routine. 43 * Fix compile warning by variable initialisation for older gcc. 44 * Fix #92: ldns-testns.c:429:15: error: 'fork' is unavailable: not 46 * Fix for #93: fix packaging/libldns.pc Makefile rule. 50 * Fix so that ldns-testns does not leak sockets if the read fails. 61 * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l properly return 63 * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l count the line [all …]
|
| /freebsd-13-stable/sys/contrib/zlib/ |
| HD | ChangeLog | 6 - Fix bug in inflateSync() for data held in bit buffer 8 - Fix decision on the emission of Zip64 end records in minizip 11 - Fix a bug in ZLIB_DEBUG compiles in check_match() 16 - Fix bug in deflateBound() for level 0 and memLevel 9 17 - Fix bug when gzungetc() is used immediately after gzopen() 18 - Fix bug when using gzflush() with a very small buffer 19 - Fix crash when gzsetparams() attempted for transparent write 20 - Fix test/example.c to work with FORCE_STORED 22 - Fix minizip to allow it to open an empty zip file 23 - Fix reading disk number start on zip64 files in minizip [all …]
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | NEWS | 10 o Fix POLY1305 MAC implementation corrupting XMM registers on Windows 15 o Fix excessive time spent checking DH q parameter value (CVE-2023-3817) 16 o Fix DH_check() excessive time with over sized modulus (CVE-2023-3446) 144 o Fix a bug in DTLS over SCTP. This breaks interoperability with older versions 239 o Fix Use After Free for large message sizes (CVE-2016-6309) 301 o Fix EVP_EncodeUpdate overflow (CVE-2016-2105) 302 o Fix EVP_EncryptUpdate overflow (CVE-2016-2106) 316 o Fix a double-free in DSA code (CVE-2016-0705) 319 o Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption 321 o Fix memory issues in BIO_*printf functions (CVE-2016-0799) [all …]
|
| /freebsd-13-stable/contrib/expat/ |
| HD | Changes | 54 #983 #984 Fix printf format specifiers for 32bit Emscripten 80 #893 #973 CVE-2024-8176 -- Fix crash from chaining a large number 101 #959 tests/benchmark: Fix a (harmless) TOCTTOU 102 #944 Windows: Fix installer target location of file xmlwf.xml 152 #915 CVE-2024-50602 -- Fix crash within function XML_ResumeParser 165 #914 Fix signedness of format strings 211 #856 Autotools|CMake: Fix main() to main(void) 212 #865 Autotools|CMake: Fix compile tests for HAVE_SYSCALL_GETRANDOM 214 #854 #855 CMake: Fix check for symbols size_t and off_t 218 #885 Fix typo in a code comment [all …]
|
| /freebsd-13-stable/contrib/libcbor/ |
| HD | CHANGELOG.md | 2 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/… 15 - [Fix a regression in `cbor_serialize_alloc` that caused serialization of zero-length strings and … 25 - Fix a potential memory leak when the allocator fails during array or map decoding [[#224]](https:… 26 - [Fix a memory leak when the allocator fails when adding chunks to indefinite bytestrings.](https:… 27 - [Fix a memory leak when the allocator fails when adding chunks to indefinite strings](https://git… 30 - BREAKING: [Fix `cbor_copy` leaking memory and creating invalid items when the allocator fails](ht… 32 - [Fix `cbor_build_tag` illegal memory behavior when the allocator fails](https://github.com/PJK/li… 54 - BREAKING: Fix `cbor_tag_item` not increasing the reference count on the tagged item reference it … 58 - [Fix `cbor_stream_decode`](https://github.com/PJK/libcbor/pull/156) to set `cbor_decoder_result.r… 63 - Fix bad encoding of NaN half-floats [[Fixes #53]](https://github.com/PJK/libcbor/issues/53) (disc… [all …]
|
| /freebsd-13-stable/libexec/bootpd/ |
| HD | 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-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/ |
| HD | 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-13-stable/contrib/file/ |
| HD | ChangeLog | 52 * PR/415: Fix decompression with program returning empty 78 * Fix error detection for decompression code (Vincent Mihalkovic) 108 * Fix bug with large flist (Florian Weimer) 118 * PR/362: Fix wide printing (ro-ee) 119 * PR/358: Fix width for -f - (jpalus) 120 * PR/356: Fix JSON constant parsing (davewhite) 165 * Avinash Sonawane: Fix tzname detection 169 * Fix relationship tests with "search" magic, don't short circuit 174 * Fix memory leak in compile mode 214 * PR/230: Fix /T (trim flag) for regex [all …]
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/ |
| HD | 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-13-stable/contrib/bsnmp/ |
| HD | 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-13-stable/contrib/libucl/ |
| HD | ChangeLog.md | 59 - Fix tonns of minor and major bugs 86 - Fix caseless comparison 87 - Fix include when EPERM is issued 88 - Fix Windows build 90 - Fix bug with including of empty files 92 - Fix msgpack on non-x86 97 - Fix schema validation for patternProperties with object data (by Denis Volpato Martins)
|
| /freebsd-13-stable/contrib/tcsh/ |
| HD | Fixes | 3 13. Fix $x:q:h and $x:q:t return the whole string for strings not containing / 5 11. Fix $x:q:h and $x:q:t to not crash (alzwded) with strings containing / 15 3. Fix version in configure.ac 30 1. PR/81: Fix range matching issue where we were comparing with the 44 3. Fix out of bounds read (Brooks Davis) 45 2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar) 53 16. PR/572: Fix $SHLVL issue when exec'ing subshells. 54 15. PR/403: Fix backquote expansion for multi-byte character sets. 55 14. Fix drawing issu with multi-line prompt (Kensuke Iwahashi/David Kaspar) 57 12. PR/526: Fix double \\ printing from previous fix in history expansion. [all …]
|
| /freebsd-13-stable/contrib/libarchive/ |
| HD | NEWS | 193 Sep 04, 2011: Fix tar -s; follow GNU tar for controlling hardlink/symlink substitutions 194 Aug 18, 2011: Fix reading ISO images built by NetBSD's mkisofs 221 May 16, 2010: Fix ^T handling; don't exit on interrupted reads and writes 228 Mar 06, 2010: Fix build when an older libarchive is already installed 244 Jan 17, 2010: Fix error handling for 'echo nonexistent | cpio -o' 248 Jan 02, 2010: Fix tar/test/test_windows on MinGW 249 Jan 02, 2010: Fix memory leaks in libarchive tests 250 Jan 01, 2010: Fix memory leak when filter startup fails 264 Apr 09, 2009: Fix SIGPIPE issue building with MSVC. 265 Apr 09, 2009: Fix several minor memory leaks in libarchive and libarchive_test [all …]
|