Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zend: fix overflow handling bug in non-x86 fast_add_function()
The 'result' argument of fast_add_function() may alias with either of its operands (or both). Take care not to write to 'result' before reading op1 and op2.
- Loading branch information