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

Non buffered writes with POSIX are broken #1

Closed
isosc opened this issue Jun 10, 2013 · 1 comment
Closed

Non buffered writes with POSIX are broken #1

isosc opened this issue Jun 10, 2013 · 1 comment
Labels

Comments

@isosc
Copy link
Contributor

isosc commented Jun 10, 2013

Failure to specify a large enough buffer when writing with the POSIX method results in junk data being written to the file. A warning is printed to stdout, but the code does not abort.

@isosc
Copy link
Contributor Author

isosc commented Nov 15, 2016

This appears to have been fixed at some point. Current behavior is to write vars that fit in the buffer, then print error message. No incorrect data is present in the output file.

@isosc isosc closed this as completed Nov 15, 2016
pnorbert pushed a commit that referenced this issue Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant