pgsql: Use explicit_bzero() when clearing sslpassword in libpq

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Use explicit_bzero() when clearing sslpassword in libpq
Дата
Msg-id E1jbf6X-0007d7-JZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use explicit_bzero() when clearing sslpassword in libpq

Since 74a308c, any security-sensitive information gets cleared from
memory this way.  This was forgotten in 4dc6355.

Author: Daniel Gustafsson
Reviewed-by: Peter Eisentraut, Michael Paquier
Discussion: https://postgr.es/m/935443BA-D42E-4CE0-B181-1AD79E6DD45A@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e4db972ed5f12c09403ff0be24e12e5d4032aaaa

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 3 +++
1 file changed, 3 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix MSVC installations with multiple "configure" files detected
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Clear some style deviations.