CPP: Change the @name of PotentialBufferOverflow.ql to be in line with everything else.

This commit is contained in:
Geoffrey White
2019-01-29 11:29:56 +00:00
parent f7e7737789
commit c32e1b8000

View File

@@ -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.