1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00
Files
archived-php-src/ext/pcntl
Christoph M. Becker 0a36d417e8 Fix #79812: Potential integer overflow in pcntl_exec()
We use the proper type, and make sure that no overflow can occur by
using `safe_emalloc()` (we can assume that neither string length is
`SIZE_MAX`).

Closes GH-6845.
2021-04-12 12:12:40 +02:00
..
2021-04-11 17:19:58 +02:00
2019-07-17 03:50:47 +02:00
MFH
2008-11-10 06:30:16 +00:00
2019-03-12 14:15:47 +03:00
2019-10-02 10:09:17 +02:00