Closed smytht closed 2 months ago
Bug reported by the clang static analyzer.
Description: Null pointer passed as 2nd argument to string copy function File: /home/tom/nsh-master/nsh/bridge.c Line: 1181
Proposed fix checks for Null on 2nd argument before calling the strlcopy function
NOK from Stsp false positive closing
Bug reported by the clang static analyzer.
Description: Null pointer passed as 2nd argument to string copy function File: /home/tom/nsh-master/nsh/bridge.c Line: 1181
Proposed fix checks for Null on 2nd argument before calling the strlcopy function