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

Skip to content

Commit c32e1b8

Browse files
committed
CPP: Change the @name of PotentialBufferOverflow.ql to be in line with everything else.
1 parent f7e7737 commit c32e1b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Likely Bugs/Memory Management/PotentialBufferOverflow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Use of inherently dangerous function
2+
* @name Potential buffer overflow
33
* @description Using a library function that does not check buffer bounds
44
* requires the surrounding program to be very carefully written
55
* to avoid buffer overflows.

0 commit comments

Comments
 (0)