1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Files
archived-php-src/ext
David Carlier e2a5909ba3 ext/pcntl: fix pcntl_setns() error handling.
Save errno into a local int before calling close(fd), as close() may
clobber errno on failure. Use int rather than errno_t because errno_t
is defined in C11 Annex K (bounds-checking interfaces) which is
optional and not widely implemented — many platforms (Linux/glibc,
musl, macOS, FreeBSD) do not provide it.

close GH-21256
2026-02-22 19:05:55 +00:00
..
2025-12-05 22:31:14 +00:00
2025-10-15 19:39:12 +02:00
2026-02-17 23:15:55 +01:00
2025-10-15 20:24:22 +02:00
2025-12-03 20:22:38 +00:00
2025-12-04 23:14:01 +00:00
2025-07-22 15:52:29 +02:00
2025-10-29 14:38:35 -03:00
2025-12-22 12:12:42 +01:00
2025-12-08 22:30:16 +01:00
2025-06-09 11:25:41 +02:00
2025-11-07 18:54:45 +01:00
2025-12-16 15:35:25 +01:00
2026-02-17 04:26:42 +00:00
2025-12-22 12:54:36 +00:00
2025-04-11 23:36:12 +02:00
2025-10-02 19:39:25 +02:00
2025-11-05 20:22:39 +01:00
2025-09-29 16:08:31 +02:00
2025-11-18 20:31:15 +01:00
2025-12-28 00:21:56 +01:00