-
-
Notifications
You must be signed in to change notification settings - Fork 23.6k
Open
Labels
Description
Tested versions
v4.5.1.stable.official
System information
Debian 12, Micro-Star International Co., Ltd. MS-7B84, AMD Ryzen™ 7 PRO 1700X × 16
Issue description
The ip address validation of Strings does not work properly. The Ip-Address "FF00::::::::" is accepted as valid, even though it is an invalid address. I found this when having crashes without error messages when using thejoin_multicast_group function of the PacketPeerUDP.
Steps to reproduce
"FF00::::::::".is_valid_ip_address() returns true, even though it should return false
Minimal reproduction project (MRP)
jokosablenk