Skip to content

Commit

Permalink
Fixed use after free
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Apr 14, 2015
1 parent 6762fcf commit 3037665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/soap/soap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2808,6 +2808,7 @@ static void do_soap_call(zend_execute_data *execute_data,
ZVAL_COPY(return_value, fault);
} else {
add_soap_fault_ex(return_value, this_ptr, "Client", "Unknown Error", NULL, NULL);
Z_ADDREF_P(return_value);
}
} else {
zval* fault;
Expand Down

0 comments on commit 3037665

Please sign in to comment.