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

From Andres Freund
Subject pgsql: Add missing va_end() call to a early exit in dmetaphone.c's Stri
Date
Msg-id E1Y7mIl-0007nE-Kd@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/58bc4747be26f6849ca38e67e24abdd6aecba3b1

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix inconsequential fd leak in the new mark_file_as_archived() f
Next
From: Andres Freund
Date:
Subject: pgsql: Fix off-by-one in pg_xlogdump's fuzzy_open_file().