[pgpool-committers: 10422] pgpool: Fix json_writer did not properly	encode special characters.
    Bo Peng 
    pengbo at sraoss.co.jp
       
    Thu May  1 17:49:32 JST 2025
    
    
  
Fix json_writer did not properly encode special characters.
Pgpool would crash when the watchdog was enabled if wd_authkey contained special characters (e.g., a backslash).
The patch was originally created by Martijn van Duren and revised by Bo Peng.
Branch
------
V4_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a12acb56d3b412c7165b0346a7b3dd37451fcd62
Modified Files
--------------
src/utils/json_writer.c | 44 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)
    
    
More information about the pgpool-committers
mailing list