Home
last modified time | relevance | path

Searched refs:Bug (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd/contrib/ntp/
H A DChangeLog4 * [Bug 3918] Tweak openssl header/library handling. <stenn@ntp.org>
5 * [Bug 3914] Spurious "Unexpected origin timestamp" logged after time
7 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations.
9 * [Bug 3912] Avoid rare math errors in ntptrace. <brian.utterback@oracle.com>
10 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org>
11 * [Bug 3909] Do not select multicast local address for unicast peer.
13 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe.
15 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org>
16 * [Bug 3900] fast_xmit() selects wrong local addr responding to mcast on
18 * [Bug 388
[all...]
H A DNEWS4 Focus: Bug fixes
22 * [Bug 3918] Tweak openssl header/library handling. <stenn@ntp.org>
23 * [Bug 3914] Spurious "Unexpected origin timestamp" logged after time
25 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations.
27 * [Bug 3912] Avoid rare math errors in ntptrace. <brian.utterback@oracle.com>
28 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org>
29 * [Bug 3909] Do not select multicast local address for unicast peer.
31 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe.
33 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org>
34 * [Bug 390
[all...]
H A DCommitLog1025 [Bug 2734] TEST3 prevents initial interleave sync
1028 [Bug 2734] TEST3 prevents initial interleave sync
1031 [Bug 2734] TEST3 prevents initial interleave sync
1034 [Bug 3910] Memory leak using openssl-3 <hart@ntp.org>
1037 [Bug 3910] Memory leak using openssl-3 <hart@ntp.org>
1040 [Bug 3918] Tweak openssl header/library handling. <stenn@ntp.org>
1043 [Bug 3918] Tweak openssl header/library handling. <stenn@ntp.org>
1046 [Bug 3870] Server drops client packets with ppoll < 4. <stenn@ntp.org>
1049 [Bug 3870] Server drops client packets with ppoll < 4. <stenn@ntp.org>
1052 [Bug 387
[all...]
/freebsd/contrib/pkgconf/
H A DNEWS332 * Bug fixes:
357 * Bug fixes:
381 * Bug fixes:
405 * Bug fixes:
417 * Bug fixes:
423 * Bug fixes:
434 * Bug fixes:
460 * Bug fixes:
472 * Bug fixes:
484 * Bug fixes:
[all …]
/freebsd/contrib/pam-krb5/tests/data/
H A Dcppcheck.supp31 // Bug in cppcheck 2.3. cppcheck can't see the assignment because of the
43 // Bug in cppcheck 1.89 (fixed in 2.3). The address of this variable is
47 // Bug in cppcheck 2.3.
50 // Bug in cppcheck 2.3.
57 // (remctl) Bug in cppcheck 1.89 (fixed in 2.3). The address of these
66 // (remctl) Bug in cppcheck 1.82. A pointer to this array is stored in a
/freebsd/contrib/lyaml/
H A DNEWS.md5 ### Bug fixes
16 ### Bug fixes
23 ### Bug fixes
31 ### Bug fixes
40 ### Bug fixes
55 ### Bug fixes
63 ### Bug fixes
73 ### Bug fixes
84 ### Bug fixes
91 ### Bug fixes
[all …]
/freebsd/crypto/heimdal/
H A DREADME8 Bug reports and bugs are appreciated, see more under Bug reports in
H A DNEWS9 Bug fixes
43 Bug fixes
49 Bug fixes
62 Bug fixes
121 * Bug
131 * Bug
143 [HEIMDAL-117] - Use libtool to detect symbol versioning (Debian Bug#453241)
185 * Bug fixes.
191 * Bug fixes.
207 * Bug fixes.
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefCallArgsChecker.cpp31 BugType Bug; member in __anon77df98de0111::RawPtrRefCallArgsChecker
42 : Bug(this, description, "WebKit coding guidelines") {} in RawPtrRefCallArgsChecker()
358 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
375 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBugOnThis()
392 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBugOnReceiver()
H A DForwardDeclChecker.cpp30 BugType Bug; member in __anonae48f2c50111::ForwardDeclChecker
37 : Bug(this, "Forward declared member or local variable or parameter", in ForwardDeclChecker()
181 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in visitRecordDecl()
328 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DRawPtrRefLocalVarsChecker.cpp168 BugType Bug; member in __anon4bbed29c0111::RawPtrRefLocalVarsChecker
177 : Bug(this, description, "WebKit coding guidelines") {} in RawPtrRefLocalVarsChecker()
365 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
381 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DRawPtrRefLambdaCapturesChecker.cpp26 BugType Bug; member in __anone86945dd0111::RawPtrRefLambdaCapturesChecker
35 : Bug(this, description, "WebKit coding guidelines") {} in RawPtrRefLambdaCapturesChecker()
431 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
449 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBugOnThisPtr()
H A DRawPtrRefMemberChecker.cpp29 BugType Bug; member in __anonc7fb0b0d0111::RawPtrRefMemberChecker
38 : Bug(this, description, "WebKit coding guidelines") {} in RawPtrRefMemberChecker()
307 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DRefCntblBaseVirtualDtorChecker.cpp160 BugType Bug; member in __anonf2028dc30111::RefCntblBaseVirtualDtorChecker
165 : Bug(this, in RefCntblBaseVirtualDtorChecker()
416 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug()
H A DRetainPtrCtorAdoptChecker.cpp29 BugType Bug; member in __anon71c0f1610111::RetainPtrCtorAdoptChecker
38 : Bug(this, "Correct use of RetainPtr, adoptNS, and adoptCF", in RetainPtrCtorAdoptChecker()
602 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportUseAfterFree()
623 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportLeak()
638 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportLeak()
/freebsd/contrib/libcbor/
H A DCONTRIBUTING.md9 **Bug reports and questions:** Bug reports and specific technical questions are always welcome. Fee…
11 **Incremental improvements:** Bug fixes (including build scripts, examples, test, typos, CI/CD conf…
/freebsd/contrib/jemalloc/
H A DChangeLog51 Bug fixes:
113 Bug fixes:
214 Bug fixes (all only relevant to jemalloc 5.x):
334 Bug fixes (most of the issues are only relevant to jemalloc 5.0):
365 Bug fixes:
576 Bug fixes:
597 Bug fixes:
635 Bug fixes:
646 Bug fixes:
666 Bug fixe
[all...]
/freebsd/contrib/gdtoa/
H A Ddmisc.c122 /*debug*/ Bug("oversize b in quorem");
133 /*debug*/ Bug("oversized quotient in quorem");
/freebsd/contrib/pkgconf/tests/lib1/
H A Dcflags-whitespace.pc1 Name: CFlags Whitespace Bug
H A Dcflags-whitespace-trailing.pc1 Name: CFlags Trailing Whitespace Bug
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx31-bug.dts10 model = "Buglabs i.MX31 Bug 1.x";
/freebsd/contrib/libcbor/.github/ISSUE_TEMPLATE/
H A Dbug_report.md2 name: Bug report
/freebsd/crypto/heimdal/doc/
H A Dintro.texi73 @heading Bug reports
78 Bug reports should be sent to @email{heimdal-bugs@@h5l.org}. Please
/freebsd/tools/test/stress2/misc/
H A Dmprotect3.sh12 Bug 272585 - calling mprotect in an mmap-ed stack can affect non-target pages
/freebsd/contrib/ntp/html/scripts/
H A Dinstall.txt8 <li class='inline'><a href='bugs.html'>NTP Bug Reporting Procedures</a></li>\

1234