Skip to content

Commit f202ddc

Browse files
committed
C++: Add changenote
1 parent 9a35a69 commit f202ddc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
lgtm,codescanning
2+
* The `Buffer` library considers more fields to be of variable size
3+
for array members of size 0 or 1. Buffer size calculation of array type
4+
fields of size 0 or 1 in unions are considered pointers to the union
5+
and will return the size of the union itself. The changes reduces
6+
the number of false positives in cpp/static-buffer-overflow

0 commit comments

Comments
 (0)