mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +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. |
|