c4-project / c4f

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

No negative flag constructivity checks occur #188

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 4 years ago

Currently there is no way to check that a path that does not contain a particular flag is constructible. With #187, this harms the soundness of constructivity checks, and any solution to that issue should make it easy to plumb in negative checks.