From f447448aa3c6c944a27c29793b92f4d7fb5df432 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2024 18:25:33 -0400 Subject: Handle realloc failure and avoid potential null pointer arithmetic --- .suppress.cppcheck | 2 -- 1 file changed, 2 deletions(-) (limited to '.suppress.cppcheck') 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 -- cgit v1.2.1