Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16d058f

Browse files
authored
Update WrongInDetectingAndHandlingMemoryAllocationErrors.ql
1 parent 5d163b4 commit 16d058f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cpp/ql/src/experimental/Security/CWE/CWE-570/WrongInDetectingAndHandlingMemoryAllocationErrors.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* @name Сonfusion In Detecting And Handling Memory Allocation Errors
33
* @description --::operator new(std::size_t) throws an exception on error, and ::operator new(std::size_t, const std::nothrow_t &) returns zero on error.
44
* --the programmer can get confused when check the error that occurs when allocating memory incorrectly.
5-
* --Making a call of this type may result in a zero byte being written just outside the buffer.
65
* @kind problem
76
* @id cpp/detect-and-handle-memory-allocation-errors
87
* @problem.severity warning

0 commit comments

Comments
 (0)