Re: Fix error handling in be_tls_open_server()

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Fix error handling in be_tls_open_server()
Дата
Msg-id ZOgDDH/fgystSh5C@paquier.xyz
обсуждение исходный текст
Ответ на Re: Fix error handling in be_tls_open_server()  (Sergey Shinderuk <s.shinderuk@postgrespro.ru>)
Ответы Re: Fix error handling in be_tls_open_server()
Список pgsql-hackers
On Thu, Aug 24, 2023 at 12:13:18PM +0300, Sergey Shinderuk wrote:
> But I need to force malloc to fail at the right time during the test. I
> don't think I can make a stable and portable test from this.

LD_PRELOAD is the only thing I can think about, but that's very fancy.
Even with that, having a certificate with a NULL peer_cn could prove
to be useful in the SSL suite to stress more patterns around it?
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Avoid a possible overflow (src/backend/utils/sort/logtape.c)
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Remove IndexInfo.ii_OpclassOptions field