php-src/ext/filter
Niels Dossche 8849a5336e
Fix GH-18309: ipv6 filter integer overflow
The intermediate computation can cause a signed integer overflow, but
the input is correctly rejected later on by the check on variable `n`.
Solve this by using an unsigned number.

Closes GH-18312.
2025-04-11 23:35:00 +02:00
..
tests Fix GH-18309: ipv6 filter integer overflow 2025-04-11 23:35:00 +02:00
callback_filter.c Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
filter.c Merge branch 'PHP-8.1' into PHP-8.2 2023-09-14 11:49:10 +02:00
filter.stub.php Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
filter_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
filter_private.h Add FILTER_FLAG_GLOBAL_RANGE to filter Global IPs as per RFC 6890 2022-07-18 17:56:05 +01:00
logical_filters.c Fix GH-18309: ipv6 filter integer overflow 2025-04-11 23:35:00 +02:00
php_filter.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sanitizing_filters.c Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) 2022-07-08 14:47:46 +02:00