| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/ |
| H A D | devices_common.kshlib | 57 major=$(stat --dereference --format="%t" "$devstr") 58 minor=$(stat --dereference --format="%T" "$devstr")
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 122 static std::optional<DereferenceInfo> dereference(ProgramStateRef State, 159 std::optional<DereferenceInfo> DerefInfo = dereference(State, FR); in isDereferencableUninit() 217 static std::optional<DereferenceInfo> dereference(ProgramStateRef State, in dereference() function
|
| /freebsd/tools/tools/kgdb/ |
| H A D | tcplog.py | 98 eaddr = eaddr.dereference()['tlm_queue']['stqe_next'] 153 entry = eaddr.dereference()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | rsync3.sh | 33 diff --no-dereference -rq /usr/src/sys $mntpoint/usr/src/sys > $log; s=$?
|
| H A D | rsync.sh | 34 diff --no-dereference -rq /usr/src/sys $mntpoint/usr/src/sys > $log; s=$?
|
| /freebsd/sys/tools/gdb/ |
| H A D | pcpu.py | 76 return obj.cast(pcpu_entry.type.pointer()).dereference()
|
| H A D | vnet.py | 97 return obj.cast(vnet_entry.type.pointer()).dereference()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 155 template <typename T> BuiltinTypeMethodBuilder &dereference(T Ptr); 478 BuiltinTypeMethodBuilder &BuiltinTypeMethodBuilder::dereference(T Ptr) { in dereference() function in clang::hlsl::BuiltinTypeMethodBuilder 833 .dereference(PH::LastStmt) in addHandleAccessFunction() 850 .dereference(PH::LastStmt) in addAppendMethod() 867 .dereference(PH::LastStmt) in addConsumeMethod()
|
| /freebsd/usr.bin/diff/tests/ |
| H A D | diff_test.sh | 343 -s exit:1 diff --no-dereference A B 350 atf_check -o empty -s exit:0 diff --no-dereference A B 357 …-o inline:"Symbolic links A/test-file and B/test-file differ\n" -s exit:1 diff --no-dereference A B
|
| /freebsd/crypto/libecc/ |
| H A D | common.mk | 89 …WARNING_CFLAGS += -Walloca -Wcast-qual -Wnull-dereference -Wstack-protector -Wvla -Warray-bounds -… 105 …WARNING_CFLAGS += -Wpedantic -Wformat-overflow=2 -Wformat-truncation=2 -Wnull-dereference -Wstack-…
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __hash_table | 273 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container iterator"); 279 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container iterator"); 342 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_iter… 347 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_iter… 405 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container local_iter… 411 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container local_iter… 488 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_loca… 494 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_loca…
|
| /freebsd/contrib/pam-krb5/m4/ |
| H A D | cc-flags.m4 | 120 -Wnull-dereference -Winit-self -Wswitch-enum -Wstrict-overflow=5
|
| /freebsd/lib/libpmc/pmu-events/ |
| H A D | README | 20 use "ArchStdEvent" keyword to dereference an "Architecture standard
|
| /freebsd/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/contrib/llvm-project/libcxx/include/ |
| H A D | __hash_table | 310 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container iterator"); 316 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container iterator"); 379 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_iter… 384 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_iter… 442 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container local_iter… 448 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container local_iter… 525 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_loca… 531 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_loca…
|
| /freebsd/crypto/krb5/ |
| H A D | README | 115 9193 Fix uninitialized pointer dereference in libkrad 204 9110 profile library null dereference when modifying empty profile
|
| /freebsd/contrib/one-true-awk/ |
| H A D | FIXES | 90 Matchop dereference after free problem fix when the first
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_ccm_hw_s390x.inc | 60 /* Suppress 'type-punned pointer dereference' warning. */
|
| /freebsd/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/sys/contrib/libsodium/ |
| H A D | configure.ac | 317 AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnull-dereference], [CWFLAGS="$CWFLAGS -Wnull-dereference"])
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 126 #1158 CVE-2026-32776 -- Fix NULL function pointer dereference for 136 #1163 CVE-2026-32778 -- Fix NULL dereference in function setContext 176 subparser. This can cause a NULL dereference (CWE-476) from 499 from a NULL pointer dereference by disallowing function 651 #780 Fix NULL pointer dereference in setContext via 1599 resulted in NULL dereference, previously; 1803 #502: Fix potential null pointer dereference
|
| /freebsd/contrib/tzdata/ |
| H A D | Makefile | 383 -Wnull-dereference \
|
| /freebsd/contrib/tzcode/ |
| H A D | Makefile | 383 -Wnull-dereference \
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 43 * Fixed NULL pointer dereference when processing a delta CRL. 46 * Fixed possible NULL dereference when processing CMS KeyAgreeRecipientInfo. 49 * Fixed possible NULL dereference when processing CMS 69 * Fixed NULL dereference in `SSL_CIPHER_find()` function on unknown cipher ID. 609 * Fixed NULL dereference during PKCS7 data verification ([CVE-2023-0401]) 611 * Fixed NULL dereference validating DSA public key ([CVE-2023-0217]) 612 * Fixed Invalid pointer dereference in d2i_PKCS7 functions ([CVE-2023-0216]) 933 * CMS Null dereference ([CVE-2016-7053])
|
| /freebsd/crypto/heimdal/appl/login/ |
| H A D | ChangeLog | 134 * login.c (krb5_to4): dereference result from krb5_princ_realm.
|