[pgpool-committers: 5433] pgpool: Fix corner case bug with strip_quote().
Tatsuo Ishii
ishii at sraoss.co.jp
Tue Jan 29 17:40:13 JST 2019
Fix corner case bug with strip_quote().
strip_quote(), which is called by pattern_compare() did not properly
handle empty query string case. In the worst case it could wipe out
memory after a pointer returned from malloc(), which could cause a
segmentation fault in free() called in pattern_compare().
Per bug 458.
Branch
------
V4_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f7427e21121f115715fb23ae5aa6225675fa53ba
Modified Files
--------------
src/utils/pool_select_walker.c | 28 ++++++++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list