We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a35a69 commit f202ddcCopy full SHA for f202ddc
cpp/change-notes/2021-09-13-overflow-static.md
@@ -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