Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Wiki MarkupSection 7.19.9.3 of C99 defines the following behavior for {{fsetpos()}} \ [[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\]:

The fsetpos function sets the mbstate_t object (if any) and file position indicator for the stream pointed to by stream according to the value of the object pointed to by pos, which shall be a value obtained from an earlier successful call to the fgetpos function on a stream associated with the same file.

...

Tool

Version

Checker

Description

Section

Fortify SCA

Section

V. 5.0

 

Section

can detect violations of this rule with CERT C Rule Pack

Section

Compass/ROSE

 

 

Section

can detect common violations of this rule. However, it unable to handle cases where the value returned by fgetpos() is copied between several variables before being passed to fsetpos()

Section

LDRA tool suite

Include Page
c:LDRA_Vc:
LDRA_V
Section

82 D

Section

Fully Implemented

...