c4-project / c4f

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

Fuzzer action: dead stores #161

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 4 years ago

We already have an action for inserting stores (store.make.int.single), but this issue proposes a slight modification:

This should just involve functorising store.make.int.single and passing in different path and expression generators, as well as a different post-insertion hook.