[Bug 194293] FUSE program freezes when seeking pos > file size

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 29 19:29:32 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194293

--- Comment #6 from nishida at asusa.net ---
Sorry for my late reply.

I have just tested with fopen("rw") and have confirmed that "rw" did not freeze
my program and FUSE.
Actually it returned "Operation not permitted" which is a correct response
because the file size is < 100 and fseek(100) is 'nonseekable'.

I will try the patch later.

Thanks

Hiroshi Nishida

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list