Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits: bf5607b4 by Howard Chu at 2022-10-25T16:04:12+00:00 ITS#9930 fix cn=config / write_waiter deadlock
If a writer is blocked and a config pause is pending, just close the blocked connection. Don't wait around for a slow client to catch up.
- - - - - d9c711b2 by Quanah Gibson-Mount at 2022-10-25T16:04:40+00:00 ITS#9930
- - - - - 107fa930 by Howard Chu at 2022-10-25T16:05:53+00:00 ITS#9935 slapd UTF8StringValidate: fix read past end of string
Harmless, length check at end of routine would have returned an error anyway.
- - - - - ebdf659b by Howard Chu at 2022-10-25T19:12:57+00:00 ITS#9936 slapcat/slapschema: fix free of subtree cmdline option
Must dup arg since subtree may also come from parsed URL.
- - - - - 6cda961a by Howard Chu at 2022-10-25T19:13:03+00:00 ITS#9937 libldap: fix put_simple_filter() with invalid filter
Add check for trivial input string.
- - - - - 8b29434b by Quanah Gibson-Mount at 2022-10-25T19:13:13+00:00 ITS#9935, ITS#9936, ITS#9937
- - - - -
5 changed files:
- CHANGES - libraries/libldap/filter.c - servers/slapd/result.c - servers/slapd/schema_init.c - servers/slapd/slapcommon.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/154f2a4bf472e6bac3d382b...