Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: d0e4dfd7 by Howard Chu at 2025-11-04T15:47:57+00:00 ITS#10400 libldap: fix NULL deref in ldap_parse_result()
Broken by patch for ITS#10229.
- - - - - d01d00b7 by Quanah Gibson-Mount at 2025-11-04T15:48:09+00:00 ITS#10400
- - - - - f117163b by Howard Chu at 2025-11-04T15:48:48+00:00 ITS#10381 fix logformat for Windows again
Misplaced line in previous commit.
- - - - - 6419933c by Howard Chu at 2025-11-04T15:49:23+00:00 ITS#10401 liblber: fix shift of negative int in ber_decode_int()
There's no actual possibility of overflow but sanitizers will complain.
- - - - - 2cd9917e by Quanah Gibson-Mount at 2025-11-04T15:49:29+00:00 ITS#10401
- - - - - 21de28b9 by Julien Wadel at 2025-11-04T16:06:20+00:00 ITS#10353 WINSOCK: add missing ENOTCONN #define
Value is set to 126 by "ucrt/errno.h" but WSAENOTCONN is set to 10057L by winerror.h (used by WSAGetLastError()).
- - - - - 3f79f426 by Quanah Gibson-Mount at 2025-11-04T16:06:49+00:00 ITS#10353
- - - - - b8831993 by Nadezhda Ivanova at 2025-11-04T16:12:18+00:00 ITS#10388 ldif_parse_line2 is not compliant with RFC2849
- - - - - e824e5ce by Quanah Gibson-Mount at 2025-11-04T16:12:35+00:00 ITS#10388
- - - - - 653cff66 by Nadezhda Ivanova at 2025-11-04T16:12:47+00:00 ITS#10390 ldif_parse_line2 calculates an incorrect length of the attribute type
- - - - - 72a16079 by Arvid Requate at 2025-11-04T16:13:34+00:00 ITS#7901 slapschema: preserve errors in -c mode
- - - - - dc8d3944 by Quanah Gibson-Mount at 2025-11-04T16:13:53+00:00 ITS#7901
- - - - - 6fd3d97a by Michael Osipov at 2025-11-04T16:14:10+00:00 ITS#10391 - Reactivate "-mt" for pthread support on HP-UX (and Solaris)
HP-UX, along with Solaris, requires this compiler and linker flag to pass proper macros and add required libraries.
- - - - - bc7f71e7 by Quanah Gibson-Mount at 2025-11-04T16:14:34+00:00 ITS#10391 - Regenerate configure
- - - - - 0a5cf7a1 by Quanah Gibson-Mount at 2025-11-04T16:14:53+00:00 ITS#10391
- - - - -
10 changed files:
- CHANGES - configure - configure.ac - include/ac/socket.h - libraries/liblber/decode.c - libraries/libldap/error.c - libraries/libldap/ldif.c - servers/slapd/logging.c - servers/slapd/slapschema.c - + tests/data/regressions/its10388/its10388
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/88e29f8e2ff3036e28b07e9...