c4-project / c4f

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

Add support for volatility on generated variables #166

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 4 years ago

To be able to do fuzzer actions that enable volatile, we'll need to be able to track whether variables generated by the fuzzer are indeed volatile. This, in turn, needs either a relaxed form of global variables (#164) or better support for local variables (#165).

MattWindsor91 commented 4 years ago

Done now, I do believe?