1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Files
archived-php-src/ext
Anatol Belski 2fd278bc21 sqlite3: Fix possible use after free
Exception should be thrown before the db handle is destroyed.
The backtrace excerpt

==26628== Invalid read of size 4
==26628==    at 0x53C49E3: sqlite3_errmsg (in /usr/lib64/libsqlite3.so.0.8.6)
==26628==    by 0x38C4E9: zim_sqlite3_open (sqlite3.c:142)
==26628==    by 0x8977BF: ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER (zend_vm_execute.h:1618)
==26628==    by 0x8F801E: execute_ex (zend_vm_execute.h:53824)
==26628==    by 0x8FC0BB: zend_execute (zend_vm_execute.h:57920)
==26628==    by 0x828F54: zend_execute_scripts (zend.c:1672)
==26628==    by 0x793C2C: php_execute_script (main.c:2621)
==26628==    by 0x8FEA44: do_cli (php_cli.c:964)
==26628==    by 0x8FF9DC: main (php_cli.c:1359)

Signed-off-by: Anatol Belski <ab@php.net>
2020-06-11 13:12:10 +02:00
..
2019-12-16 10:32:49 -08:00
2019-09-04 08:53:35 +02:00
2020-04-16 11:56:21 +02:00
2020-03-12 11:27:45 +01:00
2020-04-24 12:31:32 +01:00
2020-01-03 18:51:07 +01:00
2020-04-16 12:18:41 +02:00
2020-05-12 13:31:53 +02:00
2020-05-22 09:19:05 +02:00
2020-02-03 13:41:31 +01:00
2020-03-23 14:13:42 +01:00
2020-06-05 10:51:51 +02:00
2019-10-19 19:19:28 +02:00
2020-04-08 09:41:14 +02:00
2020-05-27 11:26:25 +03:00
2019-12-20 11:02:57 +01:00
2020-04-23 17:35:09 +02:00
2019-09-30 17:51:41 +02:00
2019-09-09 14:24:26 +02:00
2020-02-03 13:41:31 +01:00
2020-06-05 16:26:09 +02:00
2020-06-09 15:51:05 +02:00
2020-05-13 23:25:28 +02:00
2020-02-24 12:41:24 +01:00
2020-01-30 13:06:25 +01:00
2020-03-29 14:23:03 +02:00
2019-09-04 08:53:35 +02:00
2020-02-03 13:41:31 +01:00