History log of /PHP-8.0/ext/pdo_sqlite/tests/bug81740.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# cf5dac07 19-Dec-2022 Christoph M. Becker

Skip newly added test on 32bit platforms

That bug didn't affect 32bit platforms, and besides, it is rather
unlikely that allocating a 2GB string works on such platforms.


# 921b6813 31-Oct-2022 Christoph M. Becker

Fix #81740: PDO::quote() may return unquoted string

`sqlite3_snprintf()` expects its first parameter to be `int`; we need
to avoid overflow.