https://bugs.openldap.org/show_bug.cgi?id=10118
Issue ID: 10118 Summary: slapcat terminates with "double free or corruption (out)" message Product: OpenLDAP Version: 2.5.13 Hardware: x86_64 OS: Linux Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: client tools Assignee: bugs@openldap.org Reporter: dma_k@mail.ru Target Milestone: ---
The issue started to appear after upgrading slapd from v2.4.57 to v2.5.13 (Debian bullseye → bookworm).
$ slapcat -s cn=config ... double free or corruption (out) Aborted (core dumped)
Coredump:
#0 0x00007faf0a009d3c n/a (libc.so.6 + 0x8ad3c) #1 0x00007faf09fbaf32 raise (libc.so.6 + 0x3bf32) #2 0x00007faf09fa5472 abort (libc.so.6 + 0x26472) #3 0x00007faf09ffe340 n/a (libc.so.6 + 0x7f340) #4 0x00007faf0a0136ba n/a (libc.so.6 + 0x946ba) #5 0x00007faf0a015720 n/a (libc.so.6 + 0x96720) #6 0x00007faf0a017d9f __libc_free (libc.so.6 + 0x98d9f) #7 0x00005608e5287216 slap_tool_init (slapcat + 0xba216) #8 0x00005608e52864a1 slapcat (slapcat + 0xb94a1) #9 0x00005608e51edc73 main (slapcat + 0x20c73) #10 0x00007faf09fa61ca n/a (libc.so.6 + 0x271ca) #11 0x00007faf09fa6285 __libc_start_main (libc.so.6 + 0x27285) #12 0x00005608e51ef061 _start (slapcat + 0x22061)
https://bugs.openldap.org/show_bug.cgi?id=10118
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #1 from Howard Chu hyc@openldap.org ---
*** This issue has been marked as a duplicate of issue 9936 ***
https://bugs.openldap.org/show_bug.cgi?id=10118
--- Comment #2 from Howard Chu hyc@openldap.org --- This was fixed in 2.5.14.
https://bugs.openldap.org/show_bug.cgi?id=10118
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Status|RESOLVED |VERIFIED
https://bugs.openldap.org/show_bug.cgi?id=10118
--- Comment #3 from Dmitry dma_k@mail.ru --- 2.5.14 was released 8 months ago and still didn't find its way to Debian sid / backports... pity 😪