Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
openldap2.24062
0211-ITS-9454-fix-issuerAndThisUpdateCheck.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0211-ITS-9454-fix-issuerAndThisUpdateCheck.patch of Package openldap2.24062
From 49dd15ba74283e40ec296237af45862d795c75ad 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 d6a54ad0b..3c5ee3dad 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