php-src/ext/standard/tests
Jakub Zelenka 5ef0dc7666
Fix GHSA-3cr5-j632-f35r: Null byte in hostnames
This fixes stream_socket_client() and fsockopen().

Specifically it adds a check to parse_ip_address_ex and it also makes
sure that the \0 is not ignored in fsockopen() hostname formatting.
2025-07-01 23:01:16 +09:00
..
array Merge branch 'PHP-8.3' into PHP-8.4 2025-06-24 23:29:50 +02:00
assert Merge branch 'PHP-8.3' into PHP-8.4 2025-05-12 08:45:26 +02:00
class_object
crypt
dir Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
directory [RFC] Asymmetric visibility v2 (GH-15063) 2024-08-27 02:04:48 +02:00
file Merge branch 'PHP-8.3' into PHP-8.4 2025-06-09 14:16:32 +02:00
filters Fix GH-13264: fgets() and stream_get_line() do not return false on filter fatal error 2025-06-21 20:13:09 +02:00
general_functions Merge branch 'PHP-8.3' into PHP-8.4 2024-12-20 18:50:16 +01:00
helpers Harden proc_open() against cmd.exe hijacking 2024-12-08 19:08:02 +01:00
hrtime
http Merge branch 'PHP-8.3' into PHP-8.4 2025-05-31 14:46:13 +01:00
image
ini_info
mail
math round(): Corrected test name and fixed UPGRADING (#14943) 2024-07-29 20:39:35 +09:00
misc Merge branch 'PHP-8.2' into PHP-8.3 2024-07-06 20:44:20 +01:00
network Fix GHSA-3cr5-j632-f35r: Null byte in hostnames 2025-07-01 23:01:16 +09:00
password
serialize Merge branch 'PHP-8.3' into PHP-8.4 2024-10-24 15:58:12 +02:00
streams Fix GHSA-3cr5-j632-f35r: Null byte in hostnames 2025-07-01 23:01:16 +09:00
strings Merge branch 'PHP-8.3' into PHP-8.4 2025-06-29 16:58:05 +01:00
time Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
url
versioning
bug49244.phpt
bug64370_var1.phpt
bug64370_var2.phpt
bug71827.phpt
bug75220.phpt
bug79821.phpt
bug80915.phpt
bug81048.phpt
bug81727.phpt
constant_with_typed_class_constant.phpt
forward_static_call_array.phpt
gh10885.phpt
gh11010.phpt
gh13279.phpt
gh14643_longname.phpt Fix GH-14643 ext/standard: segfault on user shutdown function release. (#14656) 2024-06-25 21:13:15 +01:00
gh18209.phpt Use-after-free in extract() with EXTR_REFS 2025-04-01 16:33:30 +02:00
ghsa-wpj3-hf5j-x4v4.phpt
php_version_win_const.phpt
setrawcookie_basic_001.phpt
setrawcookie_basic_002.phpt
skipif_root.inc