-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some more Coverity issues. #582
Conversation
I think we need to use annotations for the remainder of the High impact issues. Are you able to submit your coverity changes so I can merge them into my repo and then work on the rest of them? |
} | ||
|
||
void FindMatchingFiles(const string &directory, | ||
bool FindMatchingFiles(const string &directory, | ||
const vector<string> &prefixes, | ||
vector<string> *files) { | ||
if (directory.empty() || prefixes.empty()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add some more curly brackets please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
LGTM. |
Fix some more Coverity issues.
No description provided.