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

Wrap calls to write()/read() on Unix platforms #159

Open
matt-gretton-dann opened this issue Jan 14, 2021 · 0 comments
Open

Wrap calls to write()/read() on Unix platforms #159

matt-gretton-dann opened this issue Jan 14, 2021 · 0 comments
Assignees

Comments

@matt-gretton-dann
Copy link
Owner

On Windows we wrap write() and read() to ensure we don't pass too many bytes to the underlying
system implementation.

We should consider doing the same on Unix platforms, making use of dlsym() to find the underlying
function to call with the same name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant