Skip to content

DIR-5-1: false negatives in strtok #1078

@MichaelRFairhurst

Description

@MichaelRFairhurst

Affected rules

  • DIR-5-1
  • RULE-4-1-3

Description

Just a typo causing us to not mark the function strtok as non-reentrant

Example

```cpp void f() { strtok(...); // non-reentrant } ```

Metadata

Metadata

Assignees

No one assigned

    Labels

    Difficulty-LowA false positive or false negative report which is expected to take <1 day effort to addressImpact-Lowfalse positive/false negativeAn issue related to observed false positives or false negatives.false-negativeAn issue representing a false negative report.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions