Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits: 88e569d8 by Howard Chu at 2020-08-23T19:32:51+00:00 ITS#9249 librewrite: fix malloc/free corruption
If substitution parsing fails, would attempt to free a mapping that hadn't been allocated yet.
Also, on failure, caller in saslauthz would attempt to free a rwinfo struct that hadn't been allocated.
- - - - -
2 changed files:
- libraries/librewrite/subst.c - servers/slapd/saslauthz.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/88e569d8572aa91c8d3f685a...