pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


clang warnings
Posted by Anonymous on Thu 2nd Oct 2025 17:21
raw | new post

  1. Severity        Code    Description     Project File    Line    Suppression State
  2. 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     
  3. 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     
  4. 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     
  5. 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    
  6. 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    
  7. 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     
  8. 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    
  9. 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    
  10. 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    
  11. 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    
  12. 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    
  13. 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    
  14. 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    
  15. 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    
  16. 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    
  17. 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    
  18. 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    
  19. 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     
  20. 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    
  21. 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    
  22. 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    
  23. 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    
  24. 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    
  25. 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    
  26. 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    
  27. 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    
  28. 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    
  29. 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    
  30. 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    
  31. 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    
  32. 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    
  33. 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    
  34. 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    
  35. 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    
  36. 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    
  37. 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    
  38. 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    
  39. 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     
  40. 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     
  41. 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    
  42. 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    
  43. 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    
  44. 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    
  45. 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    
  46. 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    
  47. 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    
  48. 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    
  49. 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    
  50. 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    
  51. 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    
  52. 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    
  53. 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    
  54. 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    
  55. 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    
  56. 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    
  57. 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    
  58. 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    
  59. 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    
  60. 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    
  61. 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    
  62. 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    
  63. 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    
  64. 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    
  65. 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    
  66. 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    
  67. 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    
  68. 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    
  69. 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    
  70. 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    
  71. 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    
  72. 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    
  73. 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    
  74. 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    
  75. 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    
  76. 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    
  77. 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    
  78. 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    
  79. 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    
  80. 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    
  81. 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    
  82. 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    
  83. 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    
  84. 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     
  85. 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    
  86. 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    
  87. 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    
  88. 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    
  89. 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     
  90. 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     
  91. 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    
  92. 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     
  93. 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     
  94. 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     
  95. 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     
  96. 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    
  97. 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    
  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\rpcb_clnt.c  228    
  99. 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    
  100. 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    
  101. 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    
  102. 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    
  103. 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    
  104. 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    
  105. 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    
  106. 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    
  107. 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    
  108. 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    
  109. 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    
  110. 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    
  111. 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   
  112. 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    
  113. 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    
  114. 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     
  115. 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     
  116. 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    
  117. 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    
  118. 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    
  119. 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    
  120. 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    
  121. 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    
  122. 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    
  123. 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    
  124. 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    
  125. 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    
  126. 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    
  127. 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    
  128. 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    
  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       libtirpc        C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\rpc_soc.c    628    
  130. 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    
  131. 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    
  132. 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    
  133. 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     
  134. 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    
  135. 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    
  136. 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    
  137. 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    
  138. 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    
  139. 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    
  140. 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    
  141. 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    
  142. 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    
  143. 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    
  144. 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    
  145. 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    
  146. 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     
  147. 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    
  148. 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    
  149. 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    
  150. 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    
  151. 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    
  152. 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    
  153. 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    
  154. 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    
  155. 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     
  156. 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    
  157. 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    
  158. 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    
  159. 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    
  160. 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    
  161. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c        277    
  162. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c        277    
  163. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c        376    
  164. 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    
  165. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c        439    
  166. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_acl.c        439    
  167. 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    
  168. 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    
  169. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_dir.c        263    
  170. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_dir.c        263    
  171. 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    
  172. 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   
  173. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_driver.c     1285   
  174. 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   
  175. 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   
  176. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 287    
  177. 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    
  178. 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    
  179. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 354    
  180. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 354    
  181. 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    
  182. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 428    
  183. 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    
  184. Warning C6011   Dereferencing NULL pointer 'Fobx'.      nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 484    
  185. Warning C6011   Dereferencing NULL pointer 'NetRootContext'.    nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 484    
  186. Warning C6011   Dereferencing NULL pointer 'VNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 484    
  187. 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    
  188. 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    
  189. 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    
  190. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 640    
  191. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_ea.c 640    
  192. 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    
  193. 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    
  194. 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    
  195. 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    
  196. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c   551    
  197. 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    
  198. 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    
  199. 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    
  200. 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    
  201. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fileinfo.c   757    
  202. 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    
  203. 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    
  204. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      155    
  205. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      155    
  206. Warning C6011   Dereferencing NULL pointer 'VNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      425    
  207. 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    
  208. 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    
  209. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      494    
  210. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      494    
  211. Warning C6011   Dereferencing NULL pointer 'VNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      592    
  212. 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    
  213. 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    
  214. 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    
  215. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      790    
  216. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      790    
  217. 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   
  218. Warning C6011   Dereferencing NULL pointer 'VNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      1132   
  219. 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   
  220. 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   
  221. 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   
  222. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      1288   
  223. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_fsctl.c      1288   
  224. 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    
  225. 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    
  226. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c       284    
  227. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c       284    
  228. 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    
  229. 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    
  230. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c       398    
  231. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_lock.c       398    
  232. 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   
  233. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_openclose.c  1192   
  234. 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   
  235. 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   
  236. 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    
  237. 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    
  238. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c  258    
  239. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c  258    
  240. 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    
  241. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c  346    
  242. 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    
  243. 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    
  244. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c  384    
  245. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_readwrite.c  384    
  246. 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    
  247. 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    
  248. Warning C6011   Dereferencing NULL pointer 'VNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c    182    
  249. 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    
  250. 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    
  251. 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    
  252. 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    
  253. Warning C6011   Dereferencing NULL pointer 'VNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c    403    
  254. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c    403    
  255. 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    
  256. Warning C6011   Dereferencing NULL pointer 'VNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c    589    
  257. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_symlink.c    589    
  258. 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    
  259. 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    
  260. 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    
  261. 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    
  262. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_util.c       114    
  263. 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     
  264. 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    
  265. 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    
  266. Warning C6011   Dereferencing NULL pointer 'pNetRootContext'.   nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_volinfo.c    198    
  267. Warning C6011   Dereferencing NULL pointer 'pVNetRootContext'.  nfs41_driver    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41sys_volinfo.c    198    
  268. 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    
  269. 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    
  270. 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    
  271. 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    
  272. 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    
  273. 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    
  274. 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    
  275. 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    
  276. 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    
  277. 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    
  278. 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    
  279. 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    
  280. 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   
  281. 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   
  282. 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   
  283. 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   
  284. 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   
  285. 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   
  286. 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   
  287. 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   
  288. 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   
  289. 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   
  290. 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   
  291. 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   
  292. 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   
  293. Warning C6001   Using uninitialized memory '*Buffer'.   nfs41_np        C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\dll\nfs41_np.c    1500   
  294. 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     
  295. 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     
  296. 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    
  297. 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    
  298. 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    
  299. 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     
  300. 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     
  301. 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    
  302. 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    
  303. 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    
  304. 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    
  305. 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    
  306. 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    
  307. 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    
  308. 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    
  309. 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    
  310. 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   
  311. 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   
  312. 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   
  313. 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    
  314. 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    
  315. 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    
  316. 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    
  317. 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    
  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       nfsd    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\acl.c      359    
  319. 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    
  320. 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    
  321. 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    
  322. 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    
  323. 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    
  324. 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    
  325. 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    
  326. 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    
  327. 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    
  328. 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    
  329. 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    
  330. 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   
  331. 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   
  332. 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   
  333. 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   
  334. 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   
  335. 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   
  336. 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   
  337. 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   
  338. 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   
  339. 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    
  340. 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    
  341. 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   
  342. 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   
  343. 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   
  344. 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   
  345. 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   
  346. 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   
  347. 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   
  348. 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   
  349. 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   
  350. 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   
  351. 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   
  352. 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   
  353. 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   
  354. 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   
  355. 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   
  356. 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   
  357. 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   
  358. 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   
  359. 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   
  360. 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   
  361. 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   
  362. 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   
  363. 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   
  364. 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   
  365. 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    
  366. 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    
  367. 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     
  368. 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    
  369. 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    
  370. 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    
  371. 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    
  372. 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     
  373. 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    
  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  nfsd    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\fileinfoutil.c     436    
  375. 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    
  376. 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    
  377. 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    
  378. 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    
  379. 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    
  380. 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    
  381. 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    
  382. 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    
  383. 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    
  384. 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    
  385. 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    
  386. 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    
  387. 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    
  388. 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    
  389. 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   
  390. 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   
  391. 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     
  392. 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    
  393. 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     
  394. 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     
  395. 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    
  396. 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    
  397. 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    
  398. 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    
  399. 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    
  400. 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    
  401. 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    
  402. 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    
  403. 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    
  404. 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    
  405. 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     
  406. 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    
  407. 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    
  408. 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    
  409. 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    
  410. 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    
  411. 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    
  412. 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    
  413. 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    
  414. 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    
  415. 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    
  416. 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    
  417. 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    
  418. 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    
  419. 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    
  420. 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   
  421. 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   
  422. 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   
  423. 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   
  424. 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   
  425. 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    
  426. 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    
  427. 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    
  428. 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    
  429. 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    
  430. 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     
  431. 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    
  432. 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    
  433. 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    
  434. 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    
  435. 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   
  436. 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   
  437. 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   
  438. 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     
  439. 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    
  440. 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    
  441. 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    
  442. 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    
  443. 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     
  444. 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    
  445. 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    
  446. 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    
  447. 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    
  448. 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    
  449. 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    
  450. 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    
  451. 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    
  452. 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    
  453. 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    
  454. 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    
  455. 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     
  456. 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    
  457. 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    
  458. 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    
  459. 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    
  460. 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    
  461. 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    
  462. 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    
  463. 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    
  464. 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    
  465. 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    
  466. 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    
  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\pnfs_layout.c      894    
  468. 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    
  469. 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    
  470. 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    
  471. 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    
  472. 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    
  473. 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    
  474. 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    
  475. 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    
  476. 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    
  477. 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    
  478. 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    
  479. 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    
  480. 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    
  481. 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    
  482. 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    
  483. 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     
  484. 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    
  485. 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     
  486. 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     
  487. 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    
  488. 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    
  489. 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    
  490. 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    
  491. 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    
  492. 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    
  493. 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    
  494. 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    
  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\upcall.c   172    
  496. 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     
  497. 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     
  498. 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     
  499. 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    
  500. 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    
  501. 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    
  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\util.c     524    
  503. Warning clang-diagnostic-logical-op-parentheses '&&' within '||'        nfsd    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c     769    
  504. 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    
  505. Warning clang-diagnostic-logical-op-parentheses '&&' within '||'        nfsd    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c     789    
  506. 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    
  507. 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    
  508. 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    
  509. 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      
  510. 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    
  511. 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    
  512. 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      
  513. 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      
  514. Warning         unused variable 'OPSYS' [-Wunused-variable]     libtirpc        C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\libtirpc\src\netname.c    76     
  515. 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     
  516. 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     
  517. 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      
  518. 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   
  519. 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   
  520. 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    
  521. 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    
  522. Warning         missing field 'args' initializer [-Wmissing-field-initializers] nfsd    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\recovery.c 495    
  523. Warning         missing field 'args' initializer [-Wmissing-field-initializers] nfsd    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\recovery.c 642    
  524. 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     
  525. 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    
  526. Warning         '&&' within '||' [-Wlogical-op-parentheses]     nfsd    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c     769    
  527. Warning         '&&' within '||' [-Wlogical-op-parentheses]     nfsd    C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\util.c     789    
  528. 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

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.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at