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
F87371060: D4255.id11733.diff
Tue, Jul 2, 5:50 AM
F87370881: D4255.id.diff
Tue, Jul 2, 5:46 AM
F87349886: D4255.id10433.diff
Tue, Jul 2, 12:05 AM
Unknown Object (File)
Mon, Jul 1, 11:56 PM
Unknown Object (File)
Sun, Jun 30, 8:27 AM
Unknown Object (File)
Sat, Jun 29, 12:32 AM
Unknown Object (File)
Mon, Jun 24, 2:31 PM
Unknown Object (File)
May 13 2024, 8:11 AM
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.