[Pgpool-committers] pgpool - pgpool-II: Although the second argument of PQunescapeBytea()

User Y-asaba y-asaba at pgfoundry.org
Thu Oct 18 09:55:04 UTC 2007


Log Message:
-----------
Although the second argument of PQunescapeBytea() requires size_t
which size is 8 byte in 64bit machine, pgpool passed 4 byte variable.
It caused segfault. So fixed passing size_t variable.

Tags:
----
V1_STABLE

Modified Files:
--------------
    pgpool-II:
        pool_query_cache.c (r1.5.2.1 -> r1.5.2.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_query_cache.c.diff?r1=1.5.2.1&r2=1.5.2.2)


More information about the Pgpool-committers mailing list