Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 126259

Summary: OpenLdap utils stops work with Glibc 2.4
Product: Gentoo Linux Reporter: Jiri Netolicky <netolicky>
Component: [OLD] ServerAssignee: Gentoo LDAP project <ldap-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: jokey, mehmet, strerror
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Small patch to repair this bug

Description Jiri Netolicky 2006-03-14 23:28:54 UTC
There is a bug in openldap - trying free pointer returned by getenv. Glibc 2.4 detects this and stop running program. Bug and resolving patch was submited to openldap site (http://www.openldap.org/its/index.cgi?findid=4436)
Comment 1 Jiri Netolicky 2006-03-14 23:30:22 UTC
Created attachment 82187 [details, diff]
Small patch to repair this bug
Comment 2 Benjamin Smee (strerror) (RETIRED) gentoo-dev 2006-03-15 02:16:52 UTC
going to hold off on this until an openldap dev gives it the OK.
Comment 3 Jiri Netolicky 2006-03-22 01:54:53 UTC
(In reply to comment #2)
> going to hold off on this until an openldap dev gives it the OK.
> 

Patch has been applied in HEAD off CVS tree. See

http://www.openldap.org/its/index.cgi?findid=4436#followup2
Comment 4 Markus Ullmann (RETIRED) gentoo-dev 2006-05-06 06:50:12 UTC
Applying it in 2.2.28-r4 now

Thanks for pointing this out