diff options
author | David Robillard <d@drobilla.net> | 2024-10-06 18:25:33 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-11 19:58:12 -0400 |
commit | f447448aa3c6c944a27c29793b92f4d7fb5df432 (patch) | |
tree | 56ff2c07b5b58d15a672e9daa38ec10d2b5b3db0 /.suppress.cppcheck | |
parent | ae5e9980aabba34a5e7fbf101b55200b8b127573 (diff) | |
download | ingen-f447448aa3c6c944a27c29793b92f4d7fb5df432.tar.gz ingen-f447448aa3c6c944a27c29793b92f4d7fb5df432.tar.bz2 ingen-f447448aa3c6c944a27c29793b92f4d7fb5df432.zip |
Handle realloc failure and avoid potential null pointer arithmetic
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r-- | .suppress.cppcheck | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck index 44919591..798a9c7c 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -7,11 +7,9 @@ cstyleCast duplInheritedMember duplicateExpression knownConditionTrueFalse -memleakOnRealloc missingReturn noExplicitConstructor normalCheckLevelMaxBranches -nullPointerArithmetic shadowFunction unsafeClassCanLeak useStlAlgorithm |