Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 704a220

Browse files
committed
CPP: Add query ID to change note.
1 parent 95eea5c commit 704a220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

change-notes/1.20/analysis-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
|----------------------------|------------------------|------------------------------------------------------------------|
1818
| Suspicious add with sizeof (`cpp/suspicious-add-sizeof`) | Fewer false positives | Pointer arithmetic on `char * const` expressions (and other variations of `char *`) are now correctly excluded from the results. |
1919
| Suspicious pointer scaling (`cpp/suspicious-pointer-scaling`) | Fewer false positives | False positives involving types that are not uniquely named in the snapshot have been fixed. |
20-
| Call to memory access function may overflow buffer | More correct results | Calls to `fread` are now examined by this query. |
20+
| Call to memory access function may overflow buffer (`cpp/overflow-buffer`) | More correct results | Calls to `fread` are now examined by this query. |
2121
| Lossy function result cast (`cpp/lossy-function-result-cast`) | Fewer false positive results | The whitelist of rounding functions built into this query has been expanded. |
2222
| Unused static variable (`cpp/unused-static-variable`) | Fewer false positive results | Variables with the attribute `unused` are now excluded from the query. |
2323
| Resource not released in destructor (`cpp/resource-not-released-in-destructor`) | Fewer false positive results | Fix false positives where a resource is released via a virtual method call, function pointer, or lambda. |

0 commit comments

Comments
 (0)