pgsql: Fix error detection in contrib/pgcrypto's encrypt_iv() and decry

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix error detection in contrib/pgcrypto's encrypt_iv() and decry
Дата
Msg-id E1RqzcS-0005qZ-IN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().

Due to oversights, the encrypt_iv() and decrypt_iv() functions failed to
report certain types of invalid-input errors, and would instead return
random garbage values.

Marko Kreen, per report from Stefan Kaltenbrunner

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b4e9fd4df3045ccca73a71b656b0fcbbc3c202f5

Modified Files
--------------
contrib/pgcrypto/pgcrypto.c |    8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix error detection in contrib/pgcrypto's encrypt_iv() and decry
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix error detection in contrib/pgcrypto's encrypt_iv() and decry