pgsql: Add more sanity checks in contrib/sslinfo

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add more sanity checks in contrib/sslinfo
Дата
Msg-id E1ZZ4lO-0005j0-Rl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add more sanity checks in contrib/sslinfo

We were missing a few return checks on OpenSSL calls.  Should be pretty
harmless, since we haven't seen any user reports about problems, and
this is not a high-traffic module anyway; still, a bug is a bug, so
backpatch this all the way back to 9.0.

Author: Michael Paquier, while reviewing another sslinfo patch

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/28120a06952369e12bc9405e5ffb9e15babc9795

Modified Files
--------------
contrib/sslinfo/sslinfo.c |   25 ++++++++++++++++++++++---
1 file changed, 22 insertions(+), 3 deletions(-)


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Add log_line_prefix option 'n' for Unix epoch.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add more sanity checks in contrib/sslinfo