Files
codeql/cpp/ql/test/library-tests/strcat/strcat.expected
2018-08-02 17:53:23 +01:00

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