pgsql: Fix incorrect dereferencing of char* to array's index.

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect dereferencing of char* to array's index.
Date: 2009-01-29 16:09:12
Message-ID: 20090129160912.76A517559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix incorrect dereferencing of char* to array's index.
Per Tommy Gildseth <tommy(dot)gildseth(at)usit(dot)uio(dot)no> report

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/tsearch:
spell.c (r1.11.2.2 -> r1.11.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/spell.c?r1=1.11.2.2&r2=1.11.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-01-29 16:22:10 pgsql: Fix incorrect dereferencing of char* to array's index.
Previous Message Peter Eisentraut 2009-01-29 09:38:38 pgsql: Message fix