- Severity Code Description Project File Line Suppression State
- Warning clang-analyzer-valist.Uninitialized va_end() is called on an uninitialized va_list libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\asprintf.c 73
- Warning clang-analyzer-valist.Uninitialized va_end() is called on an uninitialized va_list libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\asprintf.c 84
- Warning clang-analyzer-valist.Uninitialized va_end() is called on an uninitialized va_list libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\asprintf.c 90
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\authsspi_prot.c 198
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\authsspi_prot.c 199
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 83
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 300
- Warning clang-diagnostic-misleading-indentation misleading indentation; statement is not part of the previous 'if' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 308
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 377
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 447
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 669
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 734
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncat' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncat_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 735
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 781
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 783
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 785
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 825
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'sscanf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'sscanf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_time.c 98
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_time.c 111
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_time.c 184
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_time.c 195
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'sscanf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'sscanf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_time.c 323
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'sprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'sprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_time.c 324
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_time.c 327
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'sscanf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'sscanf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_time.c 379
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'sprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'sprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_time.c 380
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_unix.c 184
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\bindresvport.c 196
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_dg.c 206
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_dg.c 258
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'inlen' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_dg.c 529
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_dg.c 531
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_dg.c 532
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'inlen' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_dg.c 537
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_dg.c 688
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_dg.c 715
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_generic.c 226
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 85
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 91
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 114
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'str' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 117
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'len' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 118
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 123
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'str' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 127
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'len' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 128
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 134
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 141
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 143
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'str' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 149
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'len' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 150
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 155
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'str' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 159
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'len' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 160
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 165
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'str' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 169
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'len' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 170
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 245
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncat' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncat_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 249
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncat' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncat_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 252
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncat' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncat_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 255
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 261
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncat' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncat_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 271
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncat' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncat_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_perror.c 272
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_simple.c 170
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_simple.c 171
- Warning clang-diagnostic-unused-const-variable unused variable 'clnt_read_vc_str' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 209
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'saved_timeout_sec' during its initialization is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 235
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'saved_timeout_usec' during its initialization is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 236
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 448
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 505
- Warning clang-diagnostic-misleading-indentation misleading indentation; statement is not part of the previous 'else' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 562
- Warning clang-analyzer-unix.Malloc Potential leak of memory pointed to by 'ct' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 574
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 893
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'status' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 998
- Warning clang-analyzer-unix.MallocSizeof Result of 'malloc' is converted to a pointer of type 'int', which is incompatible with sizeof operand type 'int *' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetconfig.c 157
- Warning clang-analyzer-deadcode.DeadStores Although the value stored to 'p' is used in the enclosing expression, the value is never actually read from 'p' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetconfig.c 374
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetconfig.c 678
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetconfig.c 680
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetconfig.c 682
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetconfig.c 684
- Warning clang-analyzer-unix.Malloc Potential leak of memory pointed to by 'p' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetconfig.c 687
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetconfig.c 692
- Warning clang-analyzer-unix.Malloc Potential leak of memory pointed to by 'np_sessionp' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetpath.c 99
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetpath.c 113
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetpath.c 250
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getnetpath.c 265
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getrpcent.c 273
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getrpcport.c 64
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\getrpcport.c 69
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\mt_misc.c 163
- Warning clang-diagnostic-unused-variable unused variable 'OPSYS' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\netname.c 76
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\pmap_clnt.c 75
- Warning clang-diagnostic-unused-const-variable unused variable 'timeout' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\pmap_getport.c 47
- Warning clang-diagnostic-unused-const-variable unused variable 'tottimeout' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\pmap_getport.c 48
- Warning clang-analyzer-core.NullDereference Dereference of null pointer (loaded from variable 'rp') libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\pmap_prot2.c 100
- Warning clang-analyzer-unix.Malloc Potential leak of memory pointed to by 'ad_cache' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 221
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 228
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 318
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 337
- Warning clang-analyzer-core.NullDereference Dereference of null pointer (loaded from variable 'targaddr') libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 357
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 358
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 441
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 568
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 612
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 680
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 686
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 819
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 820
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 967
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_clnt.c 1093
- Warning clang-analyzer-core.NullDereference Access to field 'rpcb_next' results in a dereference of a null pointer libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_prot.c 123
- Warning clang-analyzer-core.NullDereference Access to field 'rpcb_entry_next' results in a dereference of a null pointer libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpcb_prot.c 212
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_callmsg.c 88
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_callmsg.c 95
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_callmsg.c 138
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_callmsg.c 174
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'maxsize' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_generic.c 159
- Warning clang-analyzer-unix.Malloc Potential leak of memory pointed to by 'handle' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_generic.c 350
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_generic.c 765
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_generic.c 782
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_generic.c 902
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_generic.c 906
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_generic.c 941
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_soc.c 301
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_soc.c 401
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_soc.c 615
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'strncpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'strncpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_soc.c 617
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_soc.c 628
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'sock' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc.c 107
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc.c 116
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'sock' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc.c 155
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_auth_unix.c 87
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_dg.c 133
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_dg.c 425
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_dg.c 434
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_dg.c 530
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_generic.c 231
- Warning clang-analyzer-unix.Malloc Potential leak of memory pointed to by 'xdrbuf' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_simple.c 168
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_simple.c 274
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_vc.c 127
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_vc.c 131
- Warning clang-analyzer-unix.Malloc Potential leak of memory pointed to by 'r' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_vc.c 175
- Warning clang-analyzer-unix.Malloc Potential leak of memory pointed to by 'xprt' libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_vc.c 195
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\svc_vc.c 287
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'fIgnore' is never read libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\wintirpc.c 93
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\xdr_array.c 104
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\xdr_mem.c 159
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\xdr_mem.c 176
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\xdr_mem.c 191
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\xdr_mem.c 206
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\xdr_rec.c 347
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\xdr_rec.c 747
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\xdr_rec.c 761
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\xdr_reference.c 86
- Warning C28175 The 'FastIoDispatch' member of _DRIVER_OBJECT should not be accessed by a driver: Access to this member may be permitted for certain classes of drivers. See the documentation for this warning for more information. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\copysup.c 119
- Warning C28175 The 'FastIoDispatch' member of _DRIVER_OBJECT should not be accessed by a driver: Access to this member may be permitted for certain classes of drivers. See the documentation for this warning for more information. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\copysup.c 330
- Warning C28175 The 'FastIoDispatch' member of _DRIVER_OBJECT should not be accessed by a driver: Access to this member may be permitted for certain classes of drivers. See the documentation for this warning for more information. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\copysup.c 505
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c 212
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c 233
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c 277
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c 277
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c 376
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c 400
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c 439
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c 439
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c 472
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_dir.c 229
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_dir.c 263
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_dir.c 263
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_driver.c 788
- Warning C6011 Dereferencing NULL pointer 'cur->fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_driver.c 1282
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_driver.c 1285
- Warning C6011 Dereferencing NULL pointer 'cur->fcb->pNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_driver.c 1320
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_driver.c 1335
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 287
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 335
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 354
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 354
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 354
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 399
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 428
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 465
- Warning C6011 Dereferencing NULL pointer 'Fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 484
- Warning C6011 Dereferencing NULL pointer 'NetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 484
- Warning C6011 Dereferencing NULL pointer 'VNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 484
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 530
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 616
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 640
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 640
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 640
- Warning C6387 'RxContext->pFcb' could be '0': this does not adhere to the specification for the function 'RxConjureOriginalName'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c 264
- Warning C6387 'RxContext->pFobx' could be '0': this does not adhere to the specification for the function 'RxConjureOriginalName'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c 264
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c 387
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c 425
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c 551
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c 616
- Warning C6011 Dereferencing NULL pointer 'RxContext->pFcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c 686
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c 718
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c 757
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c 757
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 127
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 155
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 155
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 155
- Warning C6011 Dereferencing NULL pointer 'VNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 425
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 447
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 494
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 494
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 494
- Warning C6011 Dereferencing NULL pointer 'VNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 592
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 602
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 619
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 790
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 790
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 790
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 1060
- Warning C6011 Dereferencing NULL pointer 'VNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 1132
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 1142
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 1159
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 1288
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 1288
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c 1288
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c 254
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c 284
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c 284
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c 284
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c 365
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c 398
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c 398
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c 398
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_openclose.c 1187
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_openclose.c 1192
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_openclose.c 1198
- Warning C6011 Dereferencing NULL pointer 'RxContext->pFcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_openclose.c 1204
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 239
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 258
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 258
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 258
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 306
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 346
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 365
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 384
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 384
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 384
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 426
- Warning C6011 Dereferencing NULL pointer 'nfs41_fcb'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c 487
- Warning C6011 Dereferencing NULL pointer 'VNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 182
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 249
- Warning C28719 Banned API Usage: _snwprintf is a Banned API as listed in dontuse.h for security purposes. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 369
- Warning C6386 Buffer overrun while writing to 'prefixed_targetname': the writable size is 'prefixed_targetname_len' bytes, but '16384' bytes might be written. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 369
- Warning C6053 The prior call to '_snwprintf' might not zero-terminate string 'prefixed_targetname'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 375
- Warning C6011 Dereferencing NULL pointer 'VNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 403
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 403
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 559
- Warning C6011 Dereferencing NULL pointer 'VNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 589
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 589
- Warning C28719 Banned API Usage: _snwprintf is a Banned API as listed in dontuse.h for security purposes. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 839
- Warning C6053 The prior call to '_snwprintf' might not zero-terminate string 'outbuff'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c 849
- Warning C6011 Dereferencing NULL pointer 'entry'. See line 471 for an earlier location where this can occur nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_updowncall.c 540
- Warning C28182 Dereferencing NULL pointer. 'VNetRoot' contains the same NULL value as 'RxContext->pRelevantSrvOpen->pVNetRoot' did. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_util.c 114
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_util.c 114
- Warning C6387 '_Param_(1)' could be '0': this does not adhere to the specification for the function 'RtlUnicodeToUTF8N'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_util.h 42
- Warning C6011 Dereferencing NULL pointer 'SrvOpen->pVNetRoot'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_volinfo.c 148
- Warning C6011 Dereferencing NULL pointer 'nfs41_fobx'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_volinfo.c 198
- Warning C6011 Dereferencing NULL pointer 'pNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_volinfo.c 198
- Warning C6011 Dereferencing NULL pointer 'pVNetRootContext'. nfs41_driver C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_volinfo.c 198
- Warning C6255 _alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead. nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 126
- Warning C28251 Inconsistent annotation for 'NPGetCaps': this instance has no annotations. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(275). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 433
- Warning C28252 Inconsistent annotation for 'NPLogonNotify': _Param_(4) has 'SAL_null(__maybe)' on the prior instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(538). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 476
- Warning C28252 Inconsistent annotation for 'NPLogonNotify': _Param_(5) has 'SAL_null(__maybe)' on the prior instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(538). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 476
- Warning C28252 Inconsistent annotation for 'NPLogonNotify': _Param_(7) has 'SAL_null(__maybe)' on the prior instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(538). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 476
- Warning C28253 Inconsistent annotation for 'NPLogonNotify': _Param_(4) has 'SAL_null(__no)' on this instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(538). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 476
- Warning C28253 Inconsistent annotation for 'NPLogonNotify': _Param_(5) has 'SAL_null(__no)' on this instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(538). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 476
- Warning C28253 Inconsistent annotation for 'NPLogonNotify': _Param_(7) has 'SAL_null(__no)' on this instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(538). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 476
- Warning C28252 Inconsistent annotation for 'NPPasswordChangeNotify': _Param_(6) has 'SAL_pre SAL_notref SAL_null(__maybe) SAL_pre SAL_valid SAL_pre SAL_notref SAL_deref SAL_notref SAL_access(0x1)' on the prior instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(561). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 492
- Warning C28252 Inconsistent annotation for 'NPPasswordChangeNotify': _Param_(7) has 'SAL_pre SAL_notref SAL_null(__no) SAL_pre SAL_valid SAL_pre SAL_notref SAL_deref SAL_notref SAL_access(0x1)' on the prior instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(561). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 492
- Warning C28252 Inconsistent annotation for 'NPAddConnection3': _Param_(1) has 'SAL_null(__maybe)' on the prior instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(61). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 517
- Warning C28253 Inconsistent annotation for 'NPAddConnection3': _Param_(1) has 'SAL_null(__no)' on this instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(61). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 517
- Warning C28252 Inconsistent annotation for 'NPGetConnection': _Param_(2) has 'SAL_null(__maybe) SAL_writableTo(elementCount(*__formal(2,parameter2)))' on the prior instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(111). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1014
- Warning C28253 Inconsistent annotation for 'NPGetConnection': _Param_(2) has 'SAL_null(__no) SAL_writableTo(byteCount(*__formal(2,parameter2)))' on this instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(111). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1014
- Warning C6054 String 'lpRemoteName' might not be zero-terminated. nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1014
- Warning C6387 'lpRemoteName' could be '0': this does not adhere to the specification for the function 'NPGetConnection3'. nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1022
- Warning C28251 Inconsistent annotation for 'NPOpenEnum': this instance has no annotations. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(171). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1158
- Warning C28251 Inconsistent annotation for 'NPEnumResource': this instance has no annotations. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(188). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1202
- Warning C28251 Inconsistent annotation for 'NPCloseEnum': this instance has no annotations. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(203). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1332
- Warning C28251 Inconsistent annotation for 'NPGetResourceParent': this instance has no annotations. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(368). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1341
- Warning C6054 String '*lplpSystem' might not be zero-terminated. nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1351
- Warning C6101 Returning uninitialized memory '*lplpSystem'. A successful path through the function does not set the named _Out_ parameter. nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1351
- Warning C28252 Inconsistent annotation for 'NPGetUniversalName': _Param_(3) has 'SAL_writableTo(byteCount(*__formal(3,parameter3)))' on the prior instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(144). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1362
- Warning C28253 Inconsistent annotation for 'NPGetUniversalName': _Param_(3) has 'SAL_notref SAL_writableTo(elementCount(1))' on this instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(144). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1362
- Warning C28253 Inconsistent annotation for 'NPGetUniversalName': _Param_(4) has 'SAL_pre SAL_notref SAL_deref SAL_notref SAL_access(0x1) SAL_pre SAL_notref SAL_null(__no) SAL_pre SAL_notref SAL_writableTo(elementCount(1))' on this instance. See c:\program files (x86)\windows kits\10\include\10.0.19041.0\um\npapi.h(144). nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1362
- Warning C6001 Using uninitialized memory '*Buffer'. nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c 1500
- Warning C6255 _alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\enum.c 52
- Warning C6255 _alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\enum.c 54
- Warning C6386 Buffer overrun while writing to 'us': the writable size is '((((remote_len+32))*3))+8+9' bytes, but '7' bytes might be written. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\enum.c 142
- Warning C6302 Format string mismatch: character string passed as _Param_(3) when a wide character string is required in call to 'fwprintf' Actual type: 'char *'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\enum.c 177
- Warning C6302 Format string mismatch: character string passed as _Param_(5) when a wide character string is required in call to 'wprintf' Actual type: 'char *'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\enum.c 220
- Warning C6302 Format string mismatch: character string passed as _Param_(3) when a wide character string is required in call to 'fwprintf' Actual type: 'char [14]'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 94
- Warning C6302 Format string mismatch: character string passed as _Param_(4) when a wide character string is required in call to 'fwprintf' Actual type: 'char [15]'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 94
- Warning C6262 Function uses '25752' bytes of stack: exceeds /analyze:stacksize '16384'. Consider moving some data to heap. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 236
- Warning C6262 Function uses '16604' bytes of stack: exceeds /analyze:stacksize '16384'. Consider moving some data to heap. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 843
- Warning C6302 Format string mismatch: character string passed as _Param_(3) when a wide character string is required in call to 'fwprintf' Actual type: 'char *'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 902
- Warning C6302 Format string mismatch: character string passed as _Param_(3) when a wide character string is required in call to 'fwprintf' Actual type: 'const char *'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 936
- Warning C6302 Format string mismatch: character string passed as _Param_(4) when a wide character string is required in call to 'fwprintf' Actual type: 'const char *'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 936
- Warning C6302 Format string mismatch: character string passed as _Param_(3) when a wide character string is required in call to 'fwprintf' Actual type: 'const char *'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 952
- Warning C6302 Format string mismatch: character string passed as _Param_(4) when a wide character string is required in call to 'fwprintf' Actual type: 'const char *'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 952
- Warning C6302 Format string mismatch: character string passed as _Param_(3) when a wide character string is required in call to 'fwprintf' Actual type: 'const char *'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 961
- Warning C6302 Format string mismatch: character string passed as _Param_(3) when a wide character string is required in call to 'fwprintf' Actual type: 'char *'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 975
- Warning C6255 _alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 1002
- Warning C6302 Format string mismatch: character string passed as _Param_(3) when a wide character string is required in call to 'fwprintf' Actual type: 'char *'. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 1019
- Warning C6262 Function uses '16488' bytes of stack: exceeds /analyze:stacksize '16384'. Consider moving some data to heap. nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\mount\mount.c 1193
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\accesstoken.c 259
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'status' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 282
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'status' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 285
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'status' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 296
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'status' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 299
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 359
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 595
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 600
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 604
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 608
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 611
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 615
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 618
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 621
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 624
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 627
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 632
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'status' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 1000
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 1004
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 1013
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'status' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 1088
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'status' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 1109
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'status' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 1130
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 1159
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 1187
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c 1225
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\callback_server.c 160
- Warning clang-analyzer-optin.portability.UnixAPI Call to 'calloc' has an allocation size of 0 bytes nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\callback_xdr.c 519
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1086
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1089
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1091
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1093
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1095
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1097
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1099
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1100
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1103
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1105
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1108
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1112
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1115
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1117
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1123
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1129
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1135
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1138
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1139
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1142
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1146
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1151
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'p' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1153
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\daemon_debug.c 1153
- Warning clang-analyzer-core.CallAndMessage 2nd function call argument is an uninitialized value nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\delegation.c 364
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\delegation.c 817
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\ea.c 84
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\ea.c 434
- Warning clang-analyzer-core.CallAndMessage 1st function call argument is an uninitialized value nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\ea.c 490
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\ea.c 541
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\ea.c 727
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fileinfoutil.c 45
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fileinfoutil.c 222
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fileinfoutil.c 436
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fileinfoutil.c 437
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fileinfoutil.c 585
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fileinfoutil.c 591
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fsctl.c 359
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fsctl.c 502
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fsctl.c 754
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fsctl.c 770
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fsctl.c 790
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fsctl.c 869
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap.c 736
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap.c 770
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap.c 793
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap.c 802
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap.c 909
- Warning clang-diagnostic-null-pointer-arithmetic arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap.c 1147
- Warning clang-diagnostic-null-pointer-arithmetic arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap.c 1285
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap_cygwin.c 73
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap_cygwin.c 219
- Warning clang-analyzer-core.NullDereference Access to field 'prev' results in a dereference of a null pointer (loaded from variable 'entry') nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\list.h 70
- Warning clang-analyzer-core.NullDereference Access to field 'prev' results in a dereference of a null pointer (loaded from variable 'next') nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\list.h 73
- Warning clang-analyzer-core.NullDereference Dereference of null pointer nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\lookup.c 260
- Warning clang-analyzer-core.NullDereference Dereference of null pointer nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\lookup.c 289
- Warning clang-analyzer-core.uninitialized.Assign Assigned value is garbage or undefined nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\lookup.c 544
- Warning clang-analyzer-core.CallAndMessage 2nd function call argument is an uninitialized value nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\lookup.c 547
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\name_cache.c 359
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\name_cache.c 364
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\name_cache.c 458
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\name_cache.c 467
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_client.c 129
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_client.c 421
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_compound.c 53
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_compound.c 452
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'status' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c 228
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c 576
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c 597
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c 702
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c 712
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c 723
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'niin_ptr' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c 758
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c 758
- Warning clang-analyzer-core.NullDereference Dereference of null pointer nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_ops.c 476
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_ops.c 542
- Warning clang-analyzer-core.UndefinedBinaryOperatorResult The left operand of '==' is a garbage value nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_ops.c 585
- Warning clang-analyzer-core.UndefinedBinaryOperatorResult The left operand of '==' is a garbage value nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_ops.c 750
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_ops.c 813
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_ops.c 1127
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_ops.c 1133
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_ops.c 1144
- Warning clang-analyzer-core.UndefinedBinaryOperatorResult The left operand of '==' is a garbage value nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_ops.c 1326
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_ops.c 1560
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_rpc.c 255
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_server.c 225
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_server.c 435
- Warning clang-analyzer-core.NullDereference Access to field 'flags' results in a dereference of an undefined pointer value (loaded from variable 'session') nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_session.c 334
- Warning clang-analyzer-core.NullDereference Access to field 'flags' results in a dereference of an undefined pointer value (loaded from variable 'session') nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_session.c 335
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_superblock.c 71
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'is' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_superblock.c 207
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'is' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_superblock.c 235
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_xdr.c 406
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_xdr.c 449
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_xdr.c 3116
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_xdr.c 3202
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_xdr.c 3410
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs42_ops.c 84
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs42_ops.c 181
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs42_ops.c 262
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs42_ops.c 465
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs42_xdr.c 343
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 65
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 565
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 570
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 586
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 590
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 664
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 667
- Warning clang-analyzer-unix.cstring.NullArg Null pointer passed as 1st argument to string length function nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 678
- Warning clang-analyzer-unix.cstring.NullArg Null pointer passed as 1st argument to string length function nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 679
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 682
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 683
- Warning clang-analyzer-core.NullDereference Access to field 'srv_open' results in a dereference of an undefined pointer value (loaded from variable 'state') nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c 803
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_device.c 57
- Warning clang-analyzer-optin.portability.UnixAPI Call to 'calloc' has an allocation size of 0 bytes nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_io.c 242
- Warning clang-diagnostic-absolute-value taking the absolute value of unsigned type 'unsigned int' has no effect nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_io.c 303
- Warning clang-analyzer-unix.Malloc Potential leak of memory pointed to by 'threads' nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_io.c 424
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_io.c 518
- Warning clang-analyzer-core.UndefinedBinaryOperatorResult The left operand of '>' is a garbage value nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_io.c 524
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_io.c 584
- Warning clang-analyzer-core.UndefinedBinaryOperatorResult The left operand of '>' is a garbage value nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_io.c 597
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_io.c 786
- Warning clang-diagnostic-switch 108 enumeration values not handled in switch: 'NFS4ERR_PERM', 'NFS4ERR_NOENT', 'NFS4ERR_IO'... nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_layout.c 450
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_layout.c 568
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_layout.c 796
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_layout.c 894
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_layout.c 906
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\readdir.c 466
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\readdir.c 692
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\readdir.c 725
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'entry_buf' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\readdir.c 739
- Warning clang-analyzer-deadcode.DeadStores Value stored to 'entry_buf_len' is never read nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\readdir.c 740
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\readdir.c 747
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\readdir.c 771
- Warning clang-analyzer-core.uninitialized.Assign The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\readdir.c 798
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\readwrite.c 216
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\readwrite.c 351
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\recovery.c 423
- Warning clang-diagnostic-missing-field-initializers missing field 'args' initializer nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\recovery.c 495
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\recovery.c 579
- Warning clang-diagnostic-missing-field-initializers missing field 'args' initializer nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\recovery.c 642
- Warning clang-diagnostic-main-return-type return type of 'main' is not 'int' nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\service.c 75
- Warning clang-diagnostic-incompatible-pointer-types-discards-qualifiers passing 'LPTSTR [2]' to parameter of type 'LPCWSTR *' (aka 'const unsigned short **') discards qualifiers in nested pointer types nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\service.c 324
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\setattr.c 79
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\setattr.c 80
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\setattr.c 399
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\setattr.c 522
- Warning clang-analyzer-deadcode.DeadStores Although the value stored to 'status' is used in the enclosing expression, the value is never actually read from 'status' nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\setattr.c 567
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\setattr.c 582
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\sid.c 353
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\sid.c 355
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\sid.c 419
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\sid.c 735
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\upcall.c 172
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 41
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 49
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 77
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 165
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 364
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 403
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 524
- Warning clang-diagnostic-logical-op-parentheses '&&' within '||' nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 769
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 774
- Warning clang-diagnostic-logical-op-parentheses '&&' within '||' nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 789
- Warning clang-analyzer-security.insecureAPI.strcpy Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 790
- Warning clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling Call to function 'swprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'swprintf_s' in case of C11 nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\volume.c 147
- Warning misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\auth_sspi.c 308
- Error MSB4044 The "SignFile" task was not given a value for the required parameter "CertificateThumbprint". nfs_install C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\build.vc19\nfs_install\nfs_install.vcxproj 4
- Warning misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation] libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 562
- Warning unused variable 'clnt_read_vc_str' [-Wunused-const-variable] libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\clnt_vc.c 209
- Error MSB4044 The "SignFile" task was not given a value for the required parameter "CertificateThumbprint". nfs41_np C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\build.vc19\nfs41_np\nfs41_np.vcxproj 4
- Error MSB4044 The "SignFile" task was not given a value for the required parameter "CertificateThumbprint". nfs_mount C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\build.vc19\nfs_mount\nfs_mount.vcxproj 4
- Warning unused variable 'OPSYS' [-Wunused-variable] libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\netname.c 76
- Warning unused variable 'timeout' [-Wunused-const-variable] libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\pmap_getport.c 47
- Warning unused variable 'tottimeout' [-Wunused-const-variable] libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\pmap_getport.c 48
- Error MSB4044 The "SignFile" task was not given a value for the required parameter "CertificateThumbprint". libtirpc C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\build.vc19\libtirpc\libtirpc.vcxproj 4
- Warning arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wnull-pointer-arithmetic] nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap.c 1147
- Warning arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wnull-pointer-arithmetic] nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\idmap.c 1285
- Warning taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_io.c 303
- Warning 108 enumeration values not handled in switch: 'NFS4ERR_PERM', 'NFS4ERR_NOENT', 'NFS4ERR_IO'... [-Wswitch] nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\pnfs_layout.c 450
- Warning missing field 'args' initializer [-Wmissing-field-initializers] nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\recovery.c 495
- Warning missing field 'args' initializer [-Wmissing-field-initializers] nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\recovery.c 642
- Warning return type of 'main' is not 'int' [-Wmain-return-type] nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\service.c 75
- Warning passing 'LPTSTR [2]' to parameter of type 'LPCWSTR *' (aka 'const unsigned short **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\service.c 324
- Warning '&&' within '||' [-Wlogical-op-parentheses] nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 769
- Warning '&&' within '||' [-Wlogical-op-parentheses] nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c 789
- Error MSB4044 The "SignFile" task was not given a value for the required parameter "CertificateThumbprint". nfsd C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\build.vc19\nfsd\nfsd.vcxproj 4
clang warnings
Posted by Anonymous on Thu 2nd Oct 2025 17:21
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.
nrubsig.kpaste.net RSS