C++: Static buffer overflow change note.

This commit is contained in:
Geoffrey White
2025-02-27 16:43:35 +00:00
parent 1354bebd7c
commit 3d19e2ad4a

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Due to changes in libraries the query "Static array access may cause overflow" (`cpp/static-buffer-overflow`) will no longer report cases where multiple fields of a struct or class are written with a single `memset` or similar operation.