Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes
Дата
Msg-id X8cILLWdpeSAgDr4@paquier.xyz
обсуждение исходный текст
Ответ на Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes
Список pgsql-committers
On Wed, Dec 02, 2020 at 12:14:33PM +0900, Michael Paquier wrote:
> Neither gcc nor clang complain on my end, even with
> -Werror=maybe-uninitialized, because they understand that the status
> will be set anyway as we have no default in the switch?  :)
>
> You are right, this is bad practice for those code paths, so let's fix
> it.  Which version are you using?  I'd like to be able to reproduce
> that and double-check if there are more missing spots.

Hmm.  Forget that.  I can see the warnings once I switched to -O2,
which is what I guess you are doing.  Some animals are also showing
that.  I'll fix in a minute.  Thanks for the report!
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix compilation warnings in cryptohash_openssl.c