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:03
Message-ID: E1aob6Z-0004qx-8u@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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9d3fb209a07656fdee6f190013ecfcd1c590bedb

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

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2016-04-08 18:26:16 pgsql: Fix possible use of uninitialised value in ts_headline()
Previous Message Teodor Sigaev 2016-04-08 18:25:50 pgsql: Fix possible use of uninitialised value in ts_headline()