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)
Thu, May 14, 1:28 PM
Unknown Object (File)
Tue, May 12, 11:58 AM
Unknown Object (File)
Sat, May 9, 7:04 AM
Unknown Object (File)
Fri, May 8, 12:30 AM
Unknown Object (File)
Sun, May 3, 5:58 PM
Unknown Object (File)
Sun, May 3, 9:50 AM
Unknown Object (File)
Fri, May 1, 4:51 PM
Unknown Object (File)
Fri, May 1, 1:49 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 Not Applicable
Unit
Tests Not Applicable

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.