1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Files
archived-php-src/ext/ffi/tests
Christoph M. Becker 05f3cd23ed Fix #79096: FFI Struct Segfault
We must not assume that the size of a function's return value is at
most `sizeof(ffi_arg)`, but rather have to use the size which already
has been determined for the return type if it is larger than
`sizeof(ffi_arg)`.

To be able to have a regression test, we export the required test
function from the zend-test extension, and make sure that the test
can be run on different platforms regardless of whether zend-tests was
built statically or dynamically.
2020-01-14 16:46:58 +01:00
..
2019-02-12 13:57:44 +01:00
2019-03-20 02:41:08 +03:00
2019-06-17 14:56:28 +03:00
2019-05-07 04:40:01 +02:00
2019-02-19 10:03:14 +01:00
2019-02-19 10:03:14 +01:00
2019-12-27 15:09:19 +01:00
2019-11-11 12:49:32 +01:00
2020-01-14 16:46:58 +01:00
2019-05-07 04:40:01 +02:00