Skip to content

hwmon-ibmpex: stack-allocate objects passed to memcpy

Created by: tautschnig

CBMC reported a counterexample involving use of invalid pointers being passed to memcpy. Allocate the objects involved, and do so by just declaring them as local objects in main.

Merge request reports