pgsql: Fix calculation of ISMN check digit.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix calculation of ISMN check digit.
Date: 2014-01-13 13:45:32
Message-ID: E1W2hpc-00049T-Cr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix calculation of ISMN check digit.

This has always been broken, so back-patch to all supported versions.

Fabien COELHO

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/492b6854179e89ae5ad6a6580f39145ec800b70e

Modified Files
--------------
contrib/isn/isn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-01-13 18:07:54 pgsql: Fix possible buffer overrun in contrib/pg_trgm.
Previous Message Heikki Linnakangas 2014-01-13 13:45:31 pgsql: Fix calculation of ISMN check digit.