/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 8 - Fix to print warning for when so-sndbuf setsockopt is not granted. 16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a 28 - Fix #1235: Outdated Python2 code in 30 - Fix #1324: Memory leak in 'msgparse.c' in 32 - Fix indentation in tcp-mss option parsing. 35 - Fix for #1324: Fix to free edns options scratch in ratelimit case. 43 - Fix setup_listen_sslctx warning for nettle compile. 46 - Fix unbound-control dump_cache for double unlock of lruhash table. 49 - Fix ports workflow to install expat for macos. 52 - For #1318: Fix compile warnings for DoH compile on windows. [all …]
|
/freebsd/contrib/less/ |
H A D | version.c | 52 6 chars. Minor fix to -m. 126 v74 9/18/87 Fix conflict in EOF symbol with stdio.h, 128 v75 9/23/87 Fix problems in get_term (thanks to 142 v84 10/11/87 Fix -e/-E problems (thanks to Felix Lee). 146 v87 3/1/88 Fix bug re BSD signals while reading file. 149 fix bug re BSD hangup. 166 v98 10/14/88 Fix incorrect calloc call; uninitialized 169 Fix some signal bugs. 172 v100 1/5/89 Fix globbing bug when $SHELL not set; 174 v101 1/6/89 Fix problem with long (truncated) lines [all …]
|
H A D | NEWS | 16 * Fix bad parsing of lesskey file an env var is a prefix of another 19 * Fix unexpected exit using -K if a key press is received while reading 65 * Fix unexpected behavior when entering a partial command followed by 68 * Fix bug when coloring prompt string with SGR sequences (github #516). 70 * Fix bug when searching for text near an invalid UTF-8 sequence (github #542). 72 * Fix display bug when file contains ESC followed by NUL (github #550). 74 * Fix bug when using +:n +:p +:x or +:d on the command line (github #552). 76 * Fix bug with --no-number-headers when header is not at start of file 79 * Fix bug where lesstest fails if window is resized (github #570). 81 * Fix bug using "configure --with-secure=no" (github #584). [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/ldns/ |
H A D | 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 30 * Undo PR#123 fix ldns.pc installation when building out-of-source 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 [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog | 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 30 o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin) 34 o Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled (8ccd8f56 Jan Kasiak) 36 o evdns: fix a crash when evdns_base with waiting requests is freed (6f8e0e97 ayuseleznev) 37 o event_base_once: fix potential null pointer threat (2e9ceb16 chenguolong) 39 o evbuffer_add_file: fix freeing of segment in the error path (5f017bde Azat Khuzhin) 40 o Fix checking return value of the evdns_base_resolv_conf_parse() (fc51bf2c Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) 52 o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX) 63 o cmake: fix getaddrinfo checking error (dea51c2e yuangongji) [all …]
|
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 | 8 o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern) 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.] [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog | 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 30 o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin) 34 o Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled (8ccd8f56 Jan Kasiak) 36 o evdns: fix a crash when evdns_base with waiting requests is freed (6f8e0e97 ayuseleznev) 37 o event_base_once: fix potential null pointer threat (2e9ceb16 chenguolong) 39 o evbuffer_add_file: fix freeing of segment in the error path (5f017bde Azat Khuzhin) 40 o Fix checking return value of the evdns_base_resolv_conf_parse() (fc51bf2c Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) 52 o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX) 63 o cmake: fix getaddrinfo checking error (dea51c2e yuangongji) [all …]
|
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 | 8 o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern) 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.] [all …]
|
/freebsd/sys/contrib/zlib/ |
H A D | 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/contrib/libpcap/ |
H A D | CHANGES | 12 Fix findalldevtest compilation if IPv6 isn't enabled. 18 Fix some Coverity errors. 19 Fix availabilities of some functions to match reality. 27 Optimizer fix from Archit Shah to recompute dominators after 30 Optimizer fix from Archit Shah to mark value as unknown when store 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. [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | 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. 20 IP: Enable TSO (TCP Segmentation Offload) support; fix printing invalid 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 30 some lengths, and fix handling of snapend. [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 45 bug: Fix large dictionary non-determinism (#2607, @terrelln) 46 bug: Fix non-determinism test failures on Linux i686 (#2606, @terrelln) 47 bug: Fix various dedicated dictionary search bugs (#2540 #2586, @senhuang42 @felixhandte) 49 bug: Fix --patch-from mode parameter bound bug with small files (#2637, @occivink) 50 bug: Fix UBSAN error in decompression (#2625, @terrelln) 51 bug: Fix superblock compression divide by zero bug (#2592, @senhuang42) 66 build: Fix excessive compiler warnings with clang-cl and CMake (#2600, @nickhutchinson) 71 cli: Fix CLI filesize display bug (#2550, @Cyan4973) 72 cli: Fix windows CLI `--filelist` end-of-line bug (#2620, @Cyan4973) 74 contrib: Seekable format - Decompression hanging edge case fix (#2516, @senhuang42) [all …]
|
/freebsd/contrib/tcsh/ |
H A D | 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 / 11 6. alzwded@github, fix infinite loop with :gas variable modifier 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) [all …]
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 52 * PR/415: Fix decompression with program returning empty 56 * PR/408: fix -p with seccomp 57 * PR/412: fix MinGW compilation 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) 137 * fix regex cacheing bug (Dirk Mueller) 165 * Avinash Sonawane: Fix tzname detection [all …]
|
/freebsd/contrib/expat/ |
H A D | Changes | 16 !! in order to (1) have a sound fix ready before the end of a 90 days !! 46 #1046 #1048 Fix alignment of internal allocations for some non-amd64 47 architectures (e.g. sparc32); fixes up on the fix to 50 #1059 Fix a class of false positives where input should have been 52 CVE-2024-8176 fix pull request #973 (of Expat 2.7.0 and 67 #1058 docs: Fix an in-comment typo in expat.h 68 #1045 docs: Fix a typo in README.md 122 fix need to copy 99% of the related pull request, not just 131 #1004 CMake: Fix off_t detection for -Werror 132 #1007 CMake|Windows: Fix [all...] |
/freebsd/crypto/heimdal/ |
H A D | NEWS | 10 - Fix building on Solaris, requires c99 11 - Fix building on Windows 83 - Fix the KCM to not leak resources on failure 102 - Fix many memory leaks and bugs 140 [HEIMDAL-62] - Fix printing of sig_atomic_t 146 [HEIMDAL-67] - Fix locking and store credential in atomic writes 227 * Fix memory leaks. 240 * Fix memory leaks 286 * Fix security problem in rshd that enable an attacker to overwrite 289 * Fix a DOS in telnetd. The attacker could force the server to crash [all …]
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 33 * Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap. 36 * Fix Timing side-channel in SM2 algorithm on 64 bit ARM. 39 * Fix Out-of-bounds read in HTTP client no_proxy handling. 48 OpenSSL 3.5.3 is a bug fix release. 61 OpenSSL 3.5.2 is a bug fix release. 74 * Fix x509 application adds trusted use instead of rejected use. 126 This can be handled by calling SSL_do_handshake instead. A fix is planned 496 * Fix POLY1305 MAC implementation corrupting XMM registers on Windows 501 * Fix excessive time spent checking DH q parameter value ([CVE-2023-3817]) 502 * Fix DH_check() excessive time with over sized modulus ([CVE-2023-3446]) [all …]
|
/freebsd/contrib/bsddialog/ |
H A D | CHANGELOG | 4 * fix: "User-friendly documentation for alternate screen" 22 * fix: useless refreshes, https://gitlab.com/alfix/bsddialog/-/issues/8: 35 * fix: textbox buttons returned values (was always OK). 79 * fix: escaped text ending with an escape symbol. 159 * fix: --load-theme attributes. 160 * fix: --clear-screen with --and-dialog. 213 * fix: bsddialog_pause() elevation bar after resize. 214 * fix: bsddialog_textbox() key '0'. 215 * fix: timebox.c checksize (boxes width). 216 * fix: extend menurows after shrink and enlarge. [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. 66 for spotting the ARGV issue and Todd Miller for the fix. 80 the issue and providing a fix, and to Miguel Pineiro Jr. 81 for the alternative fix. 90 Matchop dereference after free problem fix when the first [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. 74 snmpd/main.c: fix a problem which resulted in the daemon exiting 79 gensnmptree/gensnmptree.c: fix a compile error 85 fix core dump when config file cannot be opened (submitted by [all …]
|
/freebsd/contrib/gdtoa/ |
H A D | changes | 3 (fixed-point mode); fix rounding bug in these modes when the input 17 dtoa.c: fix another bug in modes 3,5,7,9 when the result, before 38 dtoa.c: fix a botch in placement of #ifdef __cplusplus (which only 58 dtoa.c: fix bug in strtod's handling of numbers with very 60 fix storage leak in strtod with underflows and overflows near 112 -DNO_IEEE_Scale restores the old logic. Fix a bug, revealed by 118 dtoa.c: strtod: fix a glitch introduced with the scaling of 19970212 126 dtoa.c: strtod: fix another glitch with scaling to avoid underflow 176 dtoa.c: Fix bug in strtod under -DSudden_Underflow and (the default) 191 dtoa.c, gdtoa.tgz: fix a bug in strtod's reading of 4.9e-324: [all …]
|
/freebsd/libexec/bootpd/ |
H A D | Changes | 11 Fix the irix Makefile targets, and other misc. 16 [Thanks to andrew@ntplx.net (Andrew Lindh) for the fix!] 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 71 address provided in reply messages. (Also minor bug fix) 98 Fix prs_inetaddr() so it allows '_' in hostnames. 101 Fix setarp for SVR4 (needs to use I_STR ioctl) [all …]
|