6f865611cd
Fix pluralization in minimum jobs log message
Fix pluralization in minimum jobs log message
Oh, thanks. Fixed!
Fix pluralization in minimum jobs log message
290fefa998
Fix pluralization in minimum jobs log message
7320b971e3
Fix memory leak of pollhandle in steve_poll()
7d3d2e3937
Fix token leak if client performs non-blocking poll
47dd499c0c
Do not pass an invalid buffer to FUSE in steve_handle_cuse()
4dba987633
Run steve service under SCHED_FIFO
Fix token leak if client performs non-blocking poll
I am not sure why a client should poll with a zero timeout
Fix token leak if client performs non-blocking poll
d91f840e3e
Fix token leak if client performs non-blocking poll
4dba987633
Run steve service under SCHED_FIFO
b79a10ec08
Fix memory leak of pollhandle in steve_poll()
228e3611f1
Do not pass an invalid buffer to FUSE in steve_handle_cuse()
Do not pass an invalid buffer to FUSE in steve_handle_cuse()
Correct, pushed a new version.
db7e5c1e3a
Do not pass an invalid buffer to FUSE in steve_handle_cuse()
Do not pass an invalid buffer to FUSE in steve_handle_cuse()
I think you are right, this is a second bug. We only should invoke event_base_loopbreak() if rd != -EINTR && rd != -EAGAIN. But in any case, we should return and not invoke `fuse_session_proc...