-
- Downloads
Stdio.Buffer: Eliminates race condition from read_cstring().
In addition it makes read_cstring(): - Restartable after buffer changes from range_error(). - Call range_error(0) just like sscanf(). - Faster. The race condition occurred after a pause due to range_error(), the subsequent io_rewind() at the end could not rewind far enough.
Loading
Please register or sign in to comment