c4-project / c4f

The C4 Concurrent C Fuzzer
MIT License
14 stars 1 forks source link

Storelike boilerplate is too strict in dead blocks #249

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

While I've been slowly making progress on the Storelike boilerplate's ability to turn off some of its bookkeeping in dead code blocks, there are still a few things that don't seem to be there yet:

The second one probably needs a new parameter being passed into Basic.extra_dst_restrictions to clarify whether the insertion is happening in dead code or not.