thrift/test/php
Roy Sindre Norangshol ec64f23d23 THRIFT-4263: Fix use after free bug for thrown exceptions
Client: php

Exceptions thrown through PHPExceptionWrapper are prematurely freed at the end
of the catch block, even though zend_throw_exception_object expects to take
ownership of the value.

Ensure we free return_value in case of exceptions

Patch: Håkon Hitland <hakon.hitland@zedge.net>
Patch: Roy Sindre Norangshol <norangshol@zedge.net>

This closes #1314
2017-08-12 20:11:26 -07:00
..
Makefile.am THRIFT-3046: Allow PSR4 class loading for generated classes (PHP) 2016-09-03 15:58:37 +09:00
TestClient.php THRIFT-4263: Fix use after free bug for thrown exceptions 2017-08-12 20:11:26 -07:00
TestInline.php THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
TestPsr4.php THRIFT-3046: Allow PSR4 class loading for generated classes (PHP) 2016-09-03 15:58:37 +09:00