c4-project / c4f

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

Push path flags through conditional surround payloads #196

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 4 years ago

The new version of the path generator has the ability to return the set of flags active on the path when it was generated. Nothing actually uses these flags, but an obvious first candidate for usage is in the Cond_surround standard payload type, where we could:

It'd be nice to extend this to other standard payloads too, but the conditional surround one is a good starter.