pgsql: Add missing va_end() call to a early exit in dmetaphone.c's Stri

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing va_end() call to a early exit in dmetaphone.c's Stri
Date: 2015-01-04 14:37:14
Message-ID: E1Y7mIs-0007oM-Dc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing va_end() call to a early exit in dmetaphone.c's StringAt().

Pointed out by Coverity.

Backpatch to all supported branches, the code has been that way for a
long while.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d33f36f16e6a80b81afe55401917f8d23e924f83

Modified Files
--------------
contrib/fuzzystrmatch/dmetaphone.c | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-01-04 14:37:17 pgsql: Add missing va_end() call to a early exit in dmetaphone.c's Stri
Previous Message Andres Freund 2015-01-04 14:37:11 pgsql: Fix off-by-one in pg_xlogdump's fuzzy_open_file().