Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
subversion.5054
CVE-2016-2167.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2016-2167.patch of Package subversion.5054
Index: subversion/svnserve/cyrus_auth.c =================================================================== --- subversion/svnserve/cyrus_auth.c (revision 1735379) +++ subversion/svnserve/cyrus_auth.c (working copy) @@ -74,6 +74,8 @@ static int canonicalize_username(sasl_conn_t *conn { /* The only valid realm is user_realm (i.e. the repository's realm). If the user gave us another realm, complain. */ + if (realm_len != inlen-(pos-in+1)) + return SASL_BADPROT; if (strncmp(pos+1, user_realm, inlen-(pos-in+1)) != 0) return SASL_BADPROT; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor