Versions Compared

Key

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

...

Code Block
bgColor#FFcccc
langc

void (*signal(int, void (*)(int)))(int);

...

Code Block
bgColor#ccccff
langc

typedef void (*SighandlerType)(int signum);
extern SighandlerType signal(
  int signum,
  SighandlerType handler
);

...

section

Tool

Version

Checker

Description

LDRA tool suite

Include Page
LDRA_V
LDRA_V
section

299 S
381 S

section

Fully

Implementedsection

implemented

Compass/ROSE

 

 

 

Related Vulnerabilities

...

CERT C++ Secure Coding Standard: DCL05-CPP. Use typedefs to improve code readability

ISO/IEC 9899:19992011 Section 6.7.78, "Type definitions"

ISO/IEC TR 24772 "BRS Leveraging human experience"

...