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)
Sun, Nov 24, 12:21 AM
Unknown Object (File)
Nov 7 2024, 12:03 PM
Unknown Object (File)
Nov 1 2024, 9:40 PM
Unknown Object (File)
Oct 18 2024, 9:04 PM
Unknown Object (File)
Sep 22 2024, 11:18 AM
Unknown Object (File)
Sep 12 2024, 3:37 PM
Unknown Object (File)
Jul 14 2024, 9:55 AM
Unknown Object (File)
Jul 2 2024, 5:50 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.