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

User Y-asaba y-asaba at pgfoundry.org
Thu Oct 18 09:57:48 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.

Modified Files:
--------------
    pgpool-II:
        pool_query_cache.c (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_query_cache.c.diff?r1=1.7&r2=1.8)


More information about the Pgpool-committers mailing list