[pgpool-committers: 65] pgpool: Make nodeToString() to return null terminated string. Despite

Tatsuo Ishii ishii at postgresql.org
Tue Mar 6 22:31:10 JST 2012


Make nodeToString() to return null terminated string.  Despite the
naming of pool_string family, they never guarantee null terminated
string. So we modify nodeToString() to ensure it returns null
terminated string. This will make nodeToString users more robust.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0b125118baec71e4345bc373f83fc696c64446f8

Modified Files
--------------
parser/outfuncs.c |    6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)



More information about the pgpool-committers mailing list