Home
last modified time | relevance | path

Searched refs:Fix (Results 1 – 25 of 138) sorted by relevance

123456

/src/contrib/unbound/doc/
H A DChangelog8 - 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 …]
/src/contrib/less/
H A DNEWS25 * 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 …]
/src/contrib/jemalloc/
H A DChangeLog52 - 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 size 0 handling in posix_memalign(). This regression was first released
[all …]
/src/contrib/libpcap/
H A DCHANGES4 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 …]
/src/contrib/tcpdump/
H A DCHANGES12 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 …]
/src/contrib/libevent/
H A DChangeLog-2.09 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 DChangeLog-1.49 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 DChangeLog34 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 …]
/src/contrib/ntp/sntp/libevent/
H A DChangeLog-2.09 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 DChangeLog-1.49 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 DChangeLog34 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 …]
/src/sys/contrib/zlib/
H A DChangeLog44 - 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 …]
/src/contrib/ldns/
H A DChangelog6 * 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 …]
/src/contrib/expat/
H A DChanges46 #1046 #1048 Fix alignment of internal allocations for some non-amd64
50 #1059 Fix a class of false positives where input should have been
67 #1058 docs: Fix an in-comment typo in expat.h
68 #1045 docs: Fix a typo in README.md
131 #1004 CMake: Fix off_t detection for -Werror
132 #1007 CMake|Windows: Fix -DEXPAT_MSVC_STATIC_CRT=ON
136 #1024 xmlwf: Fix (internal) help generator
143 #1000 tests: Fix portable_strndup
185 #983 #984 Fix printf format specifiers for 32bit Emscripten
211 #893 #973 CVE-2024-8176 -- Fix crash from chaining a large number
[all …]
/src/libexec/bootpd/
H A DChanges11 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 …]
/src/contrib/libcbor/
H A DCHANGELOG.md2 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/…
13 - [Fix `cbor_string_set_handle` not setting the codepoint count](https://github.com/PJK/libcbor/pul…
28 - [Fix a regression in `cbor_serialize_alloc` that caused serialization of zero-length strings and …
38 - Fix a potential memory leak when the allocator fails during array or map decoding [[#224]](https:…
39 - [Fix a memory leak when the allocator fails when adding chunks to indefinite bytestrings.](https:…
40 - [Fix a memory leak when the allocator fails when adding chunks to indefinite strings](https://git…
43 - BREAKING: [Fix `cbor_copy` leaking memory and creating invalid items when the allocator fails](ht…
45 - [Fix `cbor_build_tag` illegal memory behavior when the allocator fails](https://github.com/PJK/li…
67 - BREAKING: Fix `cbor_tag_item` not increasing the reference count on the tagged item reference it …
71 - [Fix `cbor_stream_decode`](https://github.com/PJK/libcbor/pull/156) to set `cbor_decoder_result.r…
[all …]
/src/contrib/one-true-awk/
H A DFIXES29 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 …]
/src/crypto/openssl/
H A DNEWS.md79 * Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap.
82 * Fix Timing side-channel in SM2 algorithm on 64 bit ARM.
85 * Fix Out-of-bounds read in HTTP client no_proxy handling.
120 * Fix x509 application adds trusted use instead of rejected use.
542 * Fix POLY1305 MAC implementation corrupting XMM registers on Windows
547 * Fix excessive time spent checking DH q parameter value ([CVE-2023-3817])
548 * Fix DH_check() excessive time with over sized modulus ([CVE-2023-3446])
598 * Fix for custom ciphers to prevent accidental use of NULL encryption
622 * Fix a bug in the OPENSSL_LH_flush() function that breaks reuse of the memory
789 * Fix a bug in DTLS over SCTP. This breaks interoperability with older
[all …]
/src/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp61 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()
/src/contrib/file/
H A DChangeLog52 * 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 …]
/src/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h44 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()
/src/contrib/bsnmp/
H A DNEWS10 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 …]
/src/contrib/spleen/
H A DChangeLog4 - Fix stand alone breve in the 12x24 version
8 - Fix black and white squares alignment in the 16x32 and 32x64 versions
14 - Fix right parenthesis alignment in the 32x64 version
15 - Fix right curly bracket alignment in the 12x24 version
16 - Fix less-than sign alignment in the 12x24 version
30 - Fix latin small letter 'u' smoothing in the 32x64 version
31 - Fix smoothing on more variants of 'u' in the 32x64 version
37 - Fix MALE and FEMALE character ordering in the 16x32 and 32x64
80 - Fix link to the Spleen package in AUR
93 - Fix paths to wsfont generators
[all …]
/src/contrib/tcsh/
H A DFixes3 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 …]
/src/sys/contrib/zstd/
H A DCHANGELOG45 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)
76 contrib: Seekable format - Fix seek table descriptor check when loading (#2534, @foxeng)
[all …]

123456