diff options
author | David Robillard <d@drobilla.net> | 2024-09-29 19:31:31 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-12 14:07:10 -0400 |
commit | 476c2df4ada0b59cbb5e8a1b94a4a88fc6eded1e (patch) | |
tree | 24ff5b9bb8cd93cf400e1a7d9fa4c2f8c005d6cc /.suppress.cppcheck | |
parent | 8c7b645094d026367cecadb05f66a49800dd4235 (diff) | |
download | jalv-476c2df4ada0b59cbb5e8a1b94a4a88fc6eded1e.tar.gz jalv-476c2df4ada0b59cbb5e8a1b94a4a88fc6eded1e.tar.bz2 jalv-476c2df4ada0b59cbb5e8a1b94a4a88fc6eded1e.zip |
Add field width to scanf pattern to protect against huge inputs
Ultimately this needs to be replaced with something more serious, but for now,
240 characters ought to be enough for anybody.
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r-- | .suppress.cppcheck | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck index d3fb61d..f600c9d 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -2,7 +2,6 @@ constParameterCallback constParameterPointer constVariablePointer cstyleCast -invalidscanf knownConditionTrueFalse normalCheckLevelMaxBranches unusedStructMember |