You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Printf-style functions can sometimes have mismatched format strings,
leading to unexpected behavior and potential security vulnerabilities.
This commit introduces a tool called "fmtscan" that scans C source
files, validates format strings, and performs preliminary spell checks.
The tool is integrated into the Git pre-commit hook to ensure safer code
practices.
Change-Id: Ia8ef8d00724a7a141172426eb9f8bf1c9dec2701
0 commit comments