Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: checking negative returns from creat() #18090

Merged
merged 1 commit into from Nov 17, 2017

Commits on Oct 19, 2017

  1. test: checking negative returns from creat()

    Fixes the coverity issue:
    
    CID 1395303 (ceph#2 of 2): Argument cannot be negative (NEGATIVE_RETURNS)
    79. negative_returns: creat(pathname.c_str(), 384U) is passed
    to a parameter that cannot be negative.
    Signed-off-by: Amit Kumar amitkuma@redhat.com
    amitkuma committed Oct 19, 2017
    Copy the full SHA
    52c86e8 View commit details
    Browse the repository at this point in the history