M27-0-1
: Do not consider size_t
to be provided by cstdio
#143
Labels
Difficulty-Low
A false positive or false negative report which is expected to take <1 day effort to address
false positive/false negative
An issue related to observed false positives or false negatives.
Impact-High
top-25-fps
user-report
Issue reported by an end user of CodeQL Coding Standards
Affected rules
M27-0-1
Description
M27-0-1
prohibits the use of the stream input/output library<cstdio>
. However, we currently flag uses ofsize_t
as fromcstdio
, which is undesirable (as it can be provided by any of a number of headers, and is not strictly part of the stream input/output library).Example
Any use of
size_t
.The text was updated successfully, but these errors were encountered: