Page MenuHomeFreeBSD

Check sdp->put instead of dp->put for sdp.
ClosedPublic

Authored by araujo on Nov 23 2015, 3:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 8, 2:53 PM
Unknown Object (File)
Fri, Mar 8, 2:53 PM
Unknown Object (File)
Fri, Mar 8, 2:53 PM
Unknown Object (File)
Fri, Mar 8, 2:41 PM
Unknown Object (File)
Dec 20 2023, 12:55 AM
Unknown Object (File)
Jun 29 2023, 8:31 AM
Unknown Object (File)
Jun 29 2023, 8:30 AM
Unknown Object (File)
Jun 26 2023, 3:58 PM
Subscribers

Details

Summary

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

The sdp opens the database with PERM_SECURE mode, dp opens the database with PERM_INSECURE mode, it is clear that a copy-wrong-past was done in this line.
So, we shall fix it.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1256
Build 1260: arc lint + arc unit

Event Timeline

araujo retitled this revision from to Check sdp->put instead of dp->put for sdp..
araujo updated this object.
araujo edited the test plan for this revision. (Show Details)
araujo added reviewers: rodrigc, bapt.
rodrigc edited edge metadata.
This revision is now accepted and ready to land.Nov 24 2015, 3:07 PM
This revision was automatically updated to reflect the committed changes.