diff options
author | Nikita Popov <nikic@php.net> | 2016-06-18 00:05:58 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-06-18 00:08:38 +0200 |
commit | a171522983fbc339069689903baadc4e599b523e (patch) | |
tree | 4b5e4b0f8401de55a79e18b4c187e73cb721d008 /ext/zip/php_zip.h | |
parent | f2e587cb43a1256768af26022182f1ae93eb666f (diff) | |
download | php-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 'ext/zip/php_zip.h')
0 files changed, 0 insertions, 0 deletions