diff options
author | Nikita Popov <nikic@php.net> | 2014-01-18 12:30:44 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2014-01-18 14:41:33 +0100 |
commit | 31a2ac470cba47a396a9b6c815700fbec51c6032 (patch) | |
tree | fa08a2813b76216e94ddce83d9dbac75d2fb0f14 /sapi/phpdbg/phpdbg_cmd.c | |
parent | 8ff4d61f0864fbca7b2905f14de76fd400d9b3df (diff) | |
download | php-git-31a2ac470cba47a396a9b6c815700fbec51c6032.tar.gz |
Fix argument unpacking across stack pages
If multiple unpacks were used (or mixed with normal arguments)
parts of the arguments could land on different stack pages. If
this occurs the arguments will now be copied to a new stack page.
The code used to do this is copied verbatim from the PHP 5.4 branch
and only modified to reduce the amount of inlined code.
Diffstat (limited to 'sapi/phpdbg/phpdbg_cmd.c')
0 files changed, 0 insertions, 0 deletions