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.
Differential D4255
Check sdp->put instead of dp->put for sdp. araujo on Nov 23 2015, 3:56 AM. Authored by Tags None Referenced Files
Subscribers
Details 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.
Diff Detail
|