Skip to content

rocksdb-5.0-rl-1

Latest
Compare
Choose a tag to compare
@oranagra oranagra released this 22 Mar 18:24
Fix infinite loop after getting a signal

If a signal would arrive and set errno to EINTER, and would resolved
(handled), later reaching the end of the file (return value of 0) would
still read the stale errno and keep looping.