sosy-lab / sv-benchmarks

Collection of Verification Tasks (MOVED, please follow the link)
https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks
184 stars 169 forks source link

ntdrivers/diskperf.i.cil-1: remove duplicate initialisation #1267

Closed tautschnig closed 3 years ago

tautschnig commented 3 years ago

In line 3368, the same member was already initialised via a call to malloc. Resetting it to NULL results in memory safety errors at a later point.

Fixes: #1266