]> granicus.if.org Git - postgresql/commit
Add missing va_end() call to a early exit in dmetaphone.c's StringAt().
authorAndres Freund <andres@anarazel.de>
Sun, 4 Jan 2015 14:35:46 +0000 (15:35 +0100)
committerAndres Freund <andres@anarazel.de>
Sun, 4 Jan 2015 14:35:46 +0000 (15:35 +0100)
commit58bc4747be26f6849ca38e67e24abdd6aecba3b1
tree247dab67b13184e9f38f6f8b2f0e450ee186f3bf
parent0398ece4c5baacc98f0fd46a731518b3ccb25bb3
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.
contrib/fuzzystrmatch/dmetaphone.c