CPP: Move the 'gets' case.

This commit is contained in:
Geoffrey White
2019-01-29 11:10:42 +00:00
parent a82832e779
commit 429f53ed74
3 changed files with 5 additions and 14 deletions

View File

@@ -1 +1,3 @@
| test.c:28:22:28:27 | call to gmtime | Call to gmtime is potentially dangerous |
| test.c:39:2:39:5 | call to gets | gets does not guard against buffer overflow |
| test.c:40:6:40:9 | call to gets | gets does not guard against buffer overflow |