Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
openldap2-client.18498
0221-ITS-9427-fix-issuerAndThisUpdateCheck.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0221-ITS-9427-fix-issuerAndThisUpdateCheck.patch of Package openldap2-client.18498
From e487eb230b728df8ec500e055724e9f853cae992 Mon Sep 17 00:00:00 2001 From: Howard Chu <hyc@openldap.org> Date: Wed, 16 Dec 2020 18:52:42 +0000 Subject: [PATCH 221/222] ITS#9427 fix issuerAndThisUpdateCheck --- servers/slapd/schema_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 0518fbc42..62a0d7e59 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -3799,7 +3799,7 @@ issuerAndThisUpdateCheck( if ( in->bv_len < STRLENOF( "{issuer \"\",thisUpdate \"YYMMDDhhmmssZ\"}" ) ) return LDAP_INVALID_SYNTAX; - if ( in->bv_val[0] != '{' && in->bv_val[in->bv_len-1] != '}' ) { + if ( in->bv_val[0] != '{' || in->bv_val[in->bv_len-1] != '}' ) { return LDAP_INVALID_SYNTAX; } -- 2.30.0
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