[COMMITTERS] pgsql: Fix some null pointer dereferences in LDAP auth code
От
Peter Eisentraut
Тема
[COMMITTERS] pgsql: Fix some null pointer dereferences in LDAP auth code
Дата
Msg-id
E1eDF6R-0001Kn-U0@gemulon.postgresql.org
Список
Fix some null pointer dereferences in LDAP auth code An LDAP URL without a host name such as "ldap://" or without a base DN such as "ldap://localhost" would cause a crash when reading pg_hba.conf. If no binddn is configured, an error message might end up trying to print a null pointer, which could crash on some platforms. Author: Thomas Munro Reviewed-by: Michael Paquier Branch ------ REL9_4_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/0bcdab58e83b2ac2caf4bd78e1583c11df97d4f1 Modified Files -------------- src/backend/libpq/auth.c | 3 ++- src/backend/libpq/hba.c | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
В списке pgsql-committers по дате отправления
От: Peter Eisentraut
Дата:
От: Robert Haas
Дата: