| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/ |
| H A D | devices_common.kshlib | 56 major=$(stat --dereference --format="%t" "$devstr") 57 minor=$(stat --dereference --format="%T" "$devstr")
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 126 static std::optional<DereferenceInfo> dereference(ProgramStateRef State, 163 std::optional<DereferenceInfo> DerefInfo = dereference(State, FR); in isDereferencableUninit() 221 static std::optional<DereferenceInfo> dereference(ProgramStateRef State, in dereference() function
|
| /freebsd-14.2/usr.bin/diff/tests/ |
| H A D | diff_test.sh | 335 -s exit:1 diff -r --no-dereference A B 342 atf_check -o empty -s exit:0 diff -r --no-dereference A B 349 …inline:"Symbolic links A/test-file and B/test-file differ\n" -s exit:1 diff -r --no-dereference A B
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | FIXES | 47 Matchop dereference after free problem fix when the first
|
| /freebsd-14.2/lib/libpmc/pmu-events/ |
| H A D | README | 20 use "ArchStdEvent" keyword to dereference an "Architecture standard
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | complete.tcsh | 969 complete chown c/--/"(changes dereference no-dereference silent \ 973 complete chgrp c/--/"(changes no-dereference silent quiet reference \ 982 complete du c/--/"(all block-size bytes total dereference-args \ 983 human-readable si kilobytes count-links dereference \ 997 complete cp c/--/"(archive backup no-dereference force \ 1005 complete ln c/--/"(backup directory force no-dereference \ 1037 listed-incremental dereference ignore-zeros \
|
| /freebsd-14.2/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_ccm_hw_s390x.inc | 60 /* Suppress 'type-punned pointer dereference' warning. */
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.h | 244 bool dereference(const Expr *LV, DerefKind AK,
|
| H A D | ByteCodeExprGen.cpp | 81 return dereference( in VisitCastExpr() 2042 bool ByteCodeExprGen<Emitter>::dereference( in dereference() function in ByteCodeExprGen 2790 return dereference( in VisitUnaryOperator()
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | NEWS | 503 * man(1): Fix NULL dereference when the first of multiple pages 505 * mdoc(7): Fix syntax tree corruption leading to NULL dereference 507 * mdoc(7): Fix syntax tree corruption leading to NULL dereference 509 * mdoc(7): Fix syntax tree corruption leading to NULL dereference 512 dereference caused by indirectly broken .Nd or .Nm blocks. 513 * mdoc(7) -Thtml: Fix a NULL dereference for .Bl -column with 0 columns. 514 * mdoc(7): Fix NULL dereference in some specific cases of a 516 * mdoc(7): Fix NULL dereference if the only child of the head 518 * eqn(7): Fix NULL dereference in the terminal formatter
|
| /freebsd-14.2/sys/contrib/libsodium/ |
| H A D | configure.ac | 317 AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnull-dereference], [CWFLAGS="$CWFLAGS -Wnull-dereference"])
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | Makefile | 331 -Wnull-dereference \
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | Makefile | 329 -Wnull-dereference \
|
| /freebsd-14.2/crypto/heimdal/appl/login/ |
| H A D | ChangeLog | 134 * login.c (krb5_to4): dereference result from krb5_princ_realm.
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 2717 bool dereference = false; in MatchesOperand() local 2741 if (dereference) { in MatchesOperand()
|
| /freebsd-14.2/usr.sbin/bsdconfig/share/ |
| H A D | dialog.subr | 1985 # This function allows you to dereference the tag chosen by the user back into 2019 # This function allows you to dereference the tag chosen by the user back into 2052 # This function allows you to dereference the tag chosen by the user back into 2087 # This function allows you to dereference the tag chosen by the user back into 2122 # This function allows you to dereference the tag chosen by the user back into
|
| /freebsd-14.2/contrib/libxo/doc/ |
| H A D | field-formatting.rst | 40 xo_emit will never dereference memory beyond the given number of bytes.
|
| /freebsd-14.2/contrib/expat/ |
| H A D | Changes | 153 from a NULL pointer dereference by disallowing function 305 #780 Fix NULL pointer dereference in setContext via 1253 resulted in NULL dereference, previously; 1457 #502: Fix potential null pointer dereference
|
| H A D | configure.ac | 122 …AX_APPEND_COMPILE_FLAGS([-Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion], [AM…
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | NEWS.md | 101 * Fixed NULL dereference during PKCS7 data verification ([CVE-2023-0401]) 103 * Fixed NULL dereference validating DSA public key ([CVE-2023-0217]) 104 * Fixed Invalid pointer dereference in d2i_PKCS7 functions ([CVE-2023-0216]) 423 * CMS Null dereference ([CVE-2016-7053])
|
| H A D | CHANGES.md | 165 applied to prevent a NULL pointer dereference that results in OpenSSL 408 * Fixed NULL dereference during PKCS7 data verification. 444 * Fixed NULL dereference validating DSA public key. 446 An invalid pointer dereference on read can be triggered when an 460 * Fixed Invalid pointer dereference in d2i_PKCS7 functions. 462 An invalid pointer dereference on read can be triggered when an 466 The result of the dereference is an application crash which could 2677 dereference as a result of incorrect handling of the 3973 * CMS Null dereference 7636 dereference. Thanks to Frank Schmirler for reporting this issue. [all …]
|
| /freebsd-14.2/contrib/file/ |
| H A D | ChangeLog | 1285 * Avoid null dereference in cdf code (Drew Yao) 1886 * Add -h flag and dereference symlinks if POSIXLY_CORRECT 1911 * Avoid NULL pointer dereference in time conversion.
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | primer.md | 323 `ASSERT_NE(n, nullptr)`, as we need to dereference the pointer `n` later, which
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 535 def NullDereference : DiagGroup<"null-dereference">; 1003 def VoidPointerDeref : DiagGroup<"void-ptr-dereference">;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | __config | 222 // within the bounds of the original container and asserts it on every dereference. 284 // address does not refer to an actual location in memory, so a null pointer dereference would no…
|