mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-28 23:03:24 +02:00
This will allow us to run a static analysis tool, catching the most obvious issues (use-after-free, potential NULL dereference...) and (hopefully) increasing this software's overall robustness.
5 lines
307 B
YAML
5 lines
307 B
YAML
# DeprecatedOrUnsafeBufferHandling requests that we use safe versions
|
|
# of mem{cpy,set} for example, but this would affect portability
|
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling'
|
|
WarningsAsErrors: 'clang-diagnostic-*,clang-analyzer-*'
|