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:22:10
Message-ID: 20090129162210.AA5DE7559ED@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

Modified Files:
--------------
pgsql/src/backend/tsearch:
spell.c (r1.14 -> r1.15)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/spell.c?r1=1.14&r2=1.15)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-01-29 19:23:42 pgsql: Replace argument-checking Asserts with regular test-and-elog
Previous Message Teodor Sigaev 2009-01-29 16:09:12 pgsql: Fix incorrect dereferencing of char* to array's index.