National Institute of Standards and Technology
Package illustrating a test case

Test case 17717

Deprecated test case

This version contains mistakes, making it deprecated. Deprecated test cases should not be used for new work. However, They remain in the SARD as a reference to redo previous work.

Description

CWE: 188 Reliance on Data Memory Layout
Sinks: union
GoodSink: Use mechanisms that are not dependent upon size, alignment/packing, or byte order to accomplish equivalent functionality
BadSink : Modify a union member by relying on the byte-order, size, alignment/packing of struct and union fields
Flow Variant: 08 Control flow: if(static_returns_t()) and if(static_returns_f())

Flaws

Test Suites

Documentation

Have any comments on this test case? Please, send us an email.