KUNAI-static-analyzer
KUNAI-static-analyzer copied to clipboard
Modify the return of std::string* for std::string
Modify all those methods that return std::string* for methods that return std::string, return an empty string in case no pointer is available, this would avoid null pointer dereferences.