Closed tautschnig closed 3 years ago
The task sets devobj.DeviceExtension to NULL
@tautschnig I cannot find this, I guess that should be devobj.DeviceObjectExtension
according to your PR? But then I cannot find where DeviceObjectExtension
is used in the code...
The task sets
devobj.DeviceExtension
toNULL
, but later on tries to access members of this struct. This is due to an error in (my commit) f885f716b5bd, which first invokesmalloc
, but then resets the points toNULL
. (Before this commit, there were two calls to__VERIFIER_nondet_pointer()
.)