1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00
Files
archived-php-src/ext
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
..
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-02-19 09:04:06 +01:00
2013-04-22 17:51:41 +01:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-03-12 08:33:36 +01:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-02-20 22:14:59 +04:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-04-27 23:49:43 +08:00
2013-04-27 23:38:00 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-03-14 14:38:20 +01:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-05-04 12:16:38 +02:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00
2013-01-01 16:02:16 +08:00