• Joined on 2019年09月07日
flow created repository flow/portage 2026年06月20日 16:27:26 +02:00
flow pushed to jobs at flow/steve 2026年05月26日 18:40:57 +02:00
6f865611cd
Fix pluralization in minimum jobs log message
flow commented on pull request gentoo/steve#6 2026年05月26日 18:40:51 +02:00
Fix pluralization in minimum jobs log message

Oh, thanks. Fixed!

flow deleted branch fix-memleak from flow/steve 2026年05月26日 13:13:54 +02:00
flow created pull request gentoo/steve#6 2026年05月26日 10:14:28 +02:00
Fix pluralization in minimum jobs log message
flow created branch jobs in flow/steve 2026年05月26日 10:14:18 +02:00
flow pushed to jobs at flow/steve 2026年05月26日 10:14:18 +02:00
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
Compare 5 commits »
flow deleted branch fix-token-leak from flow/steve 2026年05月23日 08:34:47 +02:00
flow commented on pull request gentoo/steve#5 2026年05月23日 08:34:42 +02:00
Fix token leak if client performs non-blocking poll

I am not sure why a client should poll with a zero timeout

flow commented on pull request gentoo/steve#5 2026年05月23日 08:05:37 +02:00
Fix token leak if client performs non-blocking poll
flow created pull request gentoo/steve#5 2026年05月22日 20:36:55 +02:00
Fix token leak if client performs non-blocking poll
flow pushed to fix-token-leak at flow/steve 2026年05月22日 20:36:49 +02:00
d91f840e3e
Fix token leak if client performs non-blocking poll
4dba987633
Run steve service under SCHED_FIFO
Compare 2 commits »
flow created branch fix-token-leak in flow/steve 2026年05月22日 20:36:49 +02:00
flow commented on pull request gentoo/steve#2 2026年05月22日 20:24:54 +02:00
Fix memory leak of pollhandle in steve_poll()

Done

flow pushed to fix-memleak at flow/steve 2026年05月22日 20:21:09 +02:00
b79a10ec08
Fix memory leak of pollhandle in steve_poll()
flow pushed to fix-memleak-v2 at flow/steve 2026年05月22日 16:25:39 +02:00
228e3611f1
Do not pass an invalid buffer to FUSE in steve_handle_cuse()
flow commented on pull request gentoo/steve#3 2026年05月22日 16:25:06 +02:00
Do not pass an invalid buffer to FUSE in steve_handle_cuse()

Correct, pushed a new version.

flow pushed to fix-memleak-v2 at flow/steve 2026年05月22日 16:24:56 +02:00
db7e5c1e3a
Do not pass an invalid buffer to FUSE in steve_handle_cuse()
flow commented on pull request gentoo/steve#3 2026年05月22日 15:44:39 +02:00
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...