Skip to content

Commit 321dda7

Browse files
committed
cppcheck.xml: unify invalidScanfFormatWidth and invalidScanfFormatWidth_smaller
1 parent 11e86b9 commit 321dda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cxx-sensors/src/main/resources/cppcheck.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9656,7 +9656,7 @@ The if condition is the same as the previous if condition
96569656
</rule>
96579657
<rule>
96589658
<key>invalidScanfFormatWidth_smaller</key>
9659-
<name>Wrong width in format string</name>
9659+
<name>Wrong width for scanf parameter (too small)</name>
96609660
<description>
96619661
<![CDATA[
96629662
Width 'w0' given in format string is smaller than destination buffer '[w1]'.

0 commit comments

Comments
 (0)