Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
openldap2-client.18498
0209-ITS-9454-fix-issuerAndThisUpdateCheck.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0209-ITS-9454-fix-issuerAndThisUpdateCheck.patch of Package openldap2-client.18498
From 6c3ea57a56a04ef755831d8e8ec07598d42d512d Mon Sep 17 00:00:00 2001 From: Howard Chu <hyc@openldap.org> Date: Sat, 6 Feb 2021 20:52:06 +0000 Subject: [PATCH] ITS#9454 fix issuerAndThisUpdateCheck --- servers/slapd/schema_init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 9e0a16103..daac5c5b8 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -3887,6 +3887,8 @@ issuerAndThisUpdateCheck( break; } } + if ( tu->bv_len < STRLENOF("YYYYmmddHHmmssZ") ) return LDAP_INVALID_SYNTAX; + x.bv_val += tu->bv_len + 1; x.bv_len -= tu->bv_len + 1; -- 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