mirror of
https://github.com/github/codeql.git
synced 2026-03-04 22:56:47 +01:00
3 lines
210 B
Plaintext
3 lines
210 B
Plaintext
| strcat.c:22:5:22:10 | call to strcat | Always check the size of the source buffer when using strcat. |
|
|
| strcat.c:23:5:23:10 | call to strcat | Always check the size of the source buffer when using strcat. |
|