v.25.1Improvement
Function isIPv4String Incorrectly Returns True for IPv4 Address Followed by Zero Byte
The function isIPv4String returned true if the correct IPv4 address was followed by a zero byte, while it should return false in this case. Continuation of #65387. #73946 (Alexey Milovidov).