php-src/ext/pdo_sqlite
Christoph M. Becker 12410df5fb Fix illogical strncpy size
While both source and destination buffers have the same size (6 bytes),
and this is unlikely to change in the future, we nonetheless fix the
illogical `strncpy` size.

Based on a pull request provided by Cristian Rodríguez.
2018-12-01 00:13:58 +01:00
..
tests Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
config.m4 Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqlite 2018-10-13 12:15:58 +02:00
config.w32 Unbundle libsqlite3 2018-10-06 12:36:55 +02:00
CREDITS
pdo_sqlite.c Add \PDO::SQLITE_ATTR_READONLY_STATEMENT 2018-08-01 17:45:20 -04:00
php_pdo_sqlite.h Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_pdo_sqlite_int.h Add \PDO::SQLITE_ATTR_READONLY_STATEMENT 2018-08-01 17:45:20 -04:00
sqlite_driver.c Fix illogical strncpy size 2018-12-01 00:13:58 +01:00
sqlite_statement.c Unbundle libsqlite3 2018-10-06 12:36:55 +02:00