mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
C++: Add changenote
This commit is contained in:
6
cpp/change-notes/2021-09-13-overflow-static.md
Normal file
6
cpp/change-notes/2021-09-13-overflow-static.md
Normal file
@@ -0,0 +1,6 @@
|
||||
lgtm,codescanning
|
||||
* The `Buffer` library considers more fields to be of variable size
|
||||
for array members of size 0 or 1. Buffer size calculation of array type
|
||||
fields of size 0 or 1 in unions are considered pointers to the union
|
||||
and will return the size of the union itself. The changes reduces
|
||||
the number of false positives in cpp/static-buffer-overflow
|
||||
Reference in New Issue
Block a user