Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Project not found: home:dgarcia:branches:systemsmanagement:saltstack
SUSE:SLE-12-SP1:GA
openldap2.18498
0212-ITS-9406-fix-debug-msg.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0212-ITS-9406-fix-debug-msg.patch of Package openldap2.18498
From b4ed0d97cf5b4a340977a8239929499c435497f6 Mon Sep 17 00:00:00 2001 From: Howard Chu <hyc@openldap.org> Date: Fri, 27 Nov 2020 14:48:26 +0000 Subject: [PATCH 212/222] ITS#9406 fix debug msg --- servers/slapd/saslauthz.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/slapd/saslauthz.c b/servers/slapd/saslauthz.c index 91450dc70..a2d1d84c4 100644 --- a/servers/slapd/saslauthz.c +++ b/servers/slapd/saslauthz.c @@ -488,6 +488,7 @@ authzPrettyNormal( assert( val != NULL ); assert( !BER_BVISNULL( val ) ); + BER_BVZERO( normalized ); /* * 2) dn[.{exact|children|subtree|onelevel}]:{*|<DN>} @@ -906,7 +907,7 @@ authzPretty( rc = authzPrettyNormal( val, out, ctx, 0 ); Debug( LDAP_DEBUG_TRACE, "<<< authzPretty: <%s> (%d)\n", - out->bv_val, rc, 0 ); + out->bv_val ? out->bv_val : "(null)" , rc, 0 ); return rc; } -- 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