Re: openssl valgrind failures on skink are due to openssl issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: openssl valgrind failures on skink are due to openssl issue
Дата
Msg-id 28074.1560900312@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: openssl valgrind failures on skink are due to openssl issue  (Andres Freund <andres@anarazel.de>)
Ответы Re: openssl valgrind failures on skink are due to openssl issue  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> What we could do is add a suppression like:

> {
>    broken-openssl-accesses-random
>    Memcheck:Cond
>    ...
>    fun:pg_strong_random
>    fun:InitProcessGlobals
>    fun:PostmasterMain
>    fun:main
> }

> (alternatively one suppression for each RAND_status, RAND_poll,
> RAND_bytes(), to avoid suppressing all of pg_strong_random itself)
   
> and then prevent spread of the uninitialized memory by adding a
>         VALGRIND_MAKE_MEM_DEFINED(buf, len);
> after a successful RAND_bytes() call.

> I tested that that quiesces the problem locally. Probably not worth
> pushing something like that though?

Yeah, that seems awfully aggressive to be pushing to machines that
don't have the problem.  Did you get any sense of how fast the
openssl fix is goinng to show up?

            regards, tom lane



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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: ANALYZE: ERROR: tuple already updated by self
Следующее
От: Andres Freund
Дата:
Сообщение: Re: ANALYZE: ERROR: tuple already updated by self