Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The improper use of strtok() is likely to result in truncated data, producing unexpected results later in program execution.

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

STR06-C

Medium

Likely

Medium

P12

L1

Automated Detection

Tool

Version

Checker

Description

CodeSonar
Include Page
CodeSonar_V
CodeSonar_V
(customization)Users who wish to avoid using strtok() entirely can add a custom check for all uses of strtok().
Compass/ROSE

 

 

 




LDRA tool suite
Include Page
LDRA_V
LDRA_V

602 S

Enhanced Enforcement

Polyspace Bug Finder
R2016a

Include Page
Polyspace Bug Finder_V
Polyspace Bug Finder_V

Writing to const qualified object

Modification of internal buffer returned from nonreentrant standard function

Object declared with a const qualifier is modified

Writing to const qualified object

Function attempts to modify internal buffer returned from a nonreentrant standard function

Object declared with a const qualifier is modified

PRQA QA-C
Include Page
PRQA QA-C_v
PRQA QA-C_v
5007
 

Related Vulnerabilities

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

Related Guidelines

Bibliography

...


...