mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Add GOOD annotation
This commit is contained in:
@@ -38,5 +38,5 @@ char *too_many_constants(const char *h, bool k, int i) {
|
||||
|
||||
too_many_constants_init(s);
|
||||
|
||||
return m;
|
||||
return m; // GOOD - initialized by too_many_constants_init
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user