mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
Fix a corrupted memory access
This commit is contained in:
+4
-3
@@ -779,13 +779,14 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
|
||||
if (cgi_sapi_module.php_ini_path_override) {
|
||||
free(cgi_sapi_module.php_ini_path_override);
|
||||
}
|
||||
#ifdef ZTS
|
||||
tsrm_shutdown();
|
||||
#endif
|
||||
} zend_catch {
|
||||
exit_status = -1;
|
||||
} zend_end_try();
|
||||
|
||||
#ifdef ZTS
|
||||
tsrm_shutdown();
|
||||
#endif
|
||||
|
||||
return exit_status;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user