[PATCH] fcntl fix
Today we return EINVAL for fcntl with a lock with negative length. POSIX-2001 says that the lock covers start .. start+len-1 if len >= 0 and start+len .. start-1 if len < 0.
Showing
Please register or sign in to comment