mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
CPP: Change the @name of PotentialBufferOverflow.ql to be in line with everything else.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Use of inherently dangerous function
|
||||
* @name Potential buffer overflow
|
||||
* @description Using a library function that does not check buffer bounds
|
||||
* requires the surrounding program to be very carefully written
|
||||
* to avoid buffer overflows.
|
||||
|
||||
Reference in New Issue
Block a user