Skip to content

Commit 43045c1

Browse files
authored
Update WrongInDetectingAndHandlingMemoryAllocationErrors.ql
1 parent a43167f commit 43045c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name onfusion In Detecting And Handling Memory Allocation Errors
2+
* @name Detect And Handle 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.
55
* @kind problem

0 commit comments

Comments
 (0)