KUNAI-static-analyzer icon indicating copy to clipboard operation
KUNAI-static-analyzer copied to clipboard

Modify the return of std::string* for std::string

Open Fare9 opened this issue 3 years ago • 0 comments

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.

Fare9 avatar Aug 04 '21 18:08 Fare9