Re: BUG #16070: A double-free bug in interfaces/libpq/fe-secure-openssl.c
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #16070: A double-free bug in interfaces/libpq/fe-secure-openssl.c |
| Дата | |
| Msg-id | 15038.1571629465@sss.pgh.pa.us обсуждение |
| Ответ на | Re: BUG #16070: A double-free bug ininterfaces/libpq/fe-secure-openssl.c (Michael Paquier <michael@paquier.xyz>) |
| Список | pgsql-bugs |
Michael Paquier <michael@paquier.xyz> writes: > The docs of OpenSSL mention the use of both successively, where > ENGINE_free() does the cleanup after ENGINE_by_id(), and > ENGINE_finish() cleans up after ENGINE_init(): > https://www.openssl.org/docs/man1.1.0/man3/ENGINE_finish.html Yeah, that reference page pretty definitely agrees with what we're doing. > And an actual issue is that we have no coverage for it: > https://coverage.postgresql.org/src/interfaces/libpq/fe-secure-openssl.c.gcov.html Oh, hmm ... I'd supposed that the code in question was exercised in normal SSL connections, but now I see it's not so. It looks like you need a non-default SSL "engine" to be available?? Might be hard to test this as a routine thing if it requires additional software. regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера