Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for standard:i586
openSUSE:Step:15
openldap2
0214-ITS-9406-fix-debug-msg.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0214-ITS-9406-fix-debug-msg.patch of Package openldap2
From 6f896a9db19cd48df25fddc3bec4ab358f3a82f7 Mon Sep 17 00:00:00 2001 From: Howard Chu <hyc@openldap.org> Date: Fri, 27 Nov 2020 14:48:26 +0000 Subject: [PATCH 214/224] 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 bb99f5283..f424028ff 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