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

 

 




Helix QAC

Include Page
Helix QAC_V
Helix QAC_V

C5007
 

LDRA tool suite
Include Page
LDRA_V
LDRA_V

602 S

Enhanced Enforcement

Polyspace Bug FinderR2016a

Writing to const qualified object

Modification of internal buffer returned from nonreentrant standard function

Object declared with a const qualifier is modified

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

PRQA QA-C Include PagePRQA QA-C_vPRQA QA-C_v5007 

Related Vulnerabilities

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

Related Guidelines

Bibliography

 


...