Seems like the pash benchmarks like to open files for reading and writing. Surprisingly, I haven't run into anything before this that does this. But regardless, it needs to be handled.
First thought is it basically is open for reading + open for writing. So we need to add RW as a mode for SyscallEvent::Open() event. And then assign the proper preconditions and postconditions.
Seems like the pash benchmarks like to open files for reading and writing. Surprisingly, I haven't run into anything before this that does this. But regardless, it needs to be handled.
First thought is it basically is open for reading + open for writing. So we need to add RW as a mode for SyscallEvent::Open() event. And then assign the proper preconditions and postconditions.