php-src/ext/pdo_pgsql
Remi Collet 1c623e3b07 Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)
There is a lot of call such as:
	pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed");
Where the 3rd paramater is a error message string where a sqlstate (5 chars)
is expected. This cause a segfault in copy_from.phpt and copy_to.phpt.

This is only a sanity check to avoid buffer overflow, but obviously this
calls need to be fixed (using NULL or a correct sqlstate).
2013-05-31 08:39:32 +02:00
..
tests Bug #62593 Updated test to verify bindParam doesn't change original value 2012-10-30 14:32:27 +01:00
config.m4 Oops, can't cache it here because it won't work 2011-05-15 05:49:34 +00:00
config.w32 MFH: 2009-04-30 12:56:00 +00:00
CREDITS Prepare release 2004-05-21 19:09:43 +00:00
package2.xml set min pdo dep to 1.0.3, which will be the new pecl release 2006-05-02 02:43:11 +00:00
pdo_pgsql.c Happy New Year~ 2013-01-01 16:02:16 +08:00
pgsql_driver.c Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error) 2013-05-31 08:39:32 +02:00
pgsql_statement.c Happy New Year~ 2013-01-01 16:02:16 +08:00
php_pdo_pgsql_int.h Happy New Year~ 2013-01-01 16:02:16 +08:00
php_pdo_pgsql.h Happy New Year~ 2013-01-01 16:02:16 +08:00