Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: 0761de2d by Howard Chu at 2022-10-25T16:04:50+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.
- - - - - e34741da by Quanah Gibson-Mount at 2022-10-25T16:05:05+00:00 ITS#9930
- - - - - 9ee6f328 by Howard Chu at 2022-10-25T19:14:15+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.
- - - - - 832355c4 by Howard Chu at 2022-10-25T19:14:23+00:00 ITS#9936 slapcat/slapschema: fix free of subtree cmdline option
Must dup arg since subtree may also come from parsed URL.
- - - - - 139943cc by Howard Chu at 2022-10-25T19:14:30+00:00 ITS#9937 libldap: fix put_simple_filter() with invalid filter
Add check for trivial input string.
- - - - - cafde984 by Quanah Gibson-Mount at 2022-10-25T19:14:54+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/255d1ed903538b56f56ecd2...