mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: Update annotation in test file
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
int not_in_range_nostrict(int *ptr, int *ptr_end, unsigned int a) {
|
||||
return ptr + a < ptr_end || // GOOD (for the purpose of this test)
|
||||
ptr + a < ptr; // GOOD (due to compiler options) [FALSE POSITIVE]
|
||||
ptr + a < ptr; // GOOD (due to compiler options)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user