Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt() Both Blowfish and DES implementations of crypt() can take arbitrarily long time, depending on the number of rounds specified by the caller; make sure they can be interrupted.
Author: Andreas Karlsson Reviewer: Jeff Janes Backpatch to 9.1. Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/0244677cf1031d2f0e6af09b3ea9bb8f4157e340 Modified Files -------------- contrib/pgcrypto/crypt-blowfish.c | 3 +++ contrib/pgcrypto/crypt-des.c | 3 +++ 2 files changed, 6 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
