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 6346b7b commit f921979Copy full SHA for f921979
cpp/ql/src/Likely Bugs/Memory Management/MemsetMayBeDeleted.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Call to `memset` may be deleted
3
- * @description Calling `memset` or `ZeroMemory` on a buffer in order to clear its contents may get optimized away
+ * @description Calling `memset` or `bzero` on a buffer in order to clear its contents may get optimized away
4
* by the compiler if said buffer is not subsequently used. This is not desirable
5
* behavior if the buffer contains sensitive data that could be exploited by an attacker.
6
* @kind problem
0 commit comments