Skip to content

bruh

bruh #42

Triggered via pull request December 1, 2023 21:00
Status Success
Total duration 33s
Artifacts

c-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
/src/exec.c:47:5 [clang-analyzer-security.insecureAPI.strcpy]: src/exec.c#L47
Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119