Project

General

Profile

Bug #11517

Libcephfs: Doesn't check file's open mode when do read/write

Added by Haomai Wang almost 9 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
libcephfs
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Something like this:

fd = cephfs_open(path, O_WRONLY|O_CREAT, 0)
cephfs.read(fd, buf, 0, 10) // ok, but actually we need to return error

Associated revisions

Revision eae97f8d (diff)
Added by Yan, Zheng about 8 years ago

client: check if Fh is readable before read

Fixes: #11517
Signed-off-by: Yan, Zheng <>

History

#1 Updated by Greg Farnum almost 9 years ago

  • Priority changed from Normal to High

#2 Updated by Sage Weil almost 9 years ago

  • Project changed from Ceph to CephFS
  • Category deleted (24)
  • Regression set to No

#3 Updated by Sage Weil over 8 years ago

  • Category set to 44

#4 Updated by Greg Farnum over 8 years ago

  • Assignee set to Zheng Yan

#5 Updated by Greg Farnum over 8 years ago

This is done, need to find PR and close!

#6 Updated by Greg Farnum about 8 years ago

Oh, this might not be done for read-only fds. Need to check.

#7 Updated by Zheng Yan about 8 years ago

  • Status changed from New to Fix Under Review

#8 Updated by Greg Farnum about 8 years ago

  • Status changed from Fix Under Review to Resolved

#9 Updated by Greg Farnum over 7 years ago

  • Component(FS) libcephfs added

Also available in: Atom PDF