pgsql: Fix possible use of uninitialised value in ts_headline()

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix possible use of uninitialised value in ts_headline()
Date: 2016-04-08 18:26:28
Message-ID: E1aob6y-0004s0-IF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix possible use of uninitialised value in ts_headline()

Found during investigation of failure of skink buildfarm member and its
valgrind report.

Backpatch to all supported branches

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/94cda4f1065bcd21bdce664dc03eaa31faba0442

Modified Files
--------------
src/backend/tsearch/wparser_def.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-04-08 18:29:20 pgsql: Add authentication parameters compat_realm and upn_usename for S
Previous Message Teodor Sigaev 2016-04-08 18:26:16 pgsql: Fix possible use of uninitialised value in ts_headline()