summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2016-06-18 00:05:58 +0200
committerNikita Popov <nikic@php.net>2016-06-18 00:08:38 +0200
commita171522983fbc339069689903baadc4e599b523e (patch)
tree4b5e4b0f8401de55a79e18b4c187e73cb721d008 /sapi/cli/php_cli.c
parentf2e587cb43a1256768af26022182f1ae93eb666f (diff)
downloadphp-git-a171522983fbc339069689903baadc4e599b523e.tar.gz
Exception safety for direct CV assign of *CALL instrs
Converting T = *CALL; ASSIGN $v, T into $v = *CALL may not be safe if an exception is thrown after the return value has been populated -- in this case the value might be destroyed twice.
Diffstat (limited to 'sapi/cli/php_cli.c')
0 files changed, 0 insertions, 0 deletions