Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle system call return values in oracle runner #29

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

hansjoergschurr
Copy link
Contributor

This handles the return values of the system calls that setup the pipes and that writes into the pipe. A non-zero return value indicates an error.
To keep things simple, an incomplete write to the pipe is also considered an error.

This should stop the warnings here.

This handles the error case when creating the pipes and when writing to them.
@ajreynol ajreynol merged commit c934e42 into cvc5:main Mar 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants