* Max len 3 per number in dotted quad

git-svn-id: trunk@45368 -
This commit is contained in:
michael 2020-05-15 11:23:14 +00:00
parent a0c403f445
commit 08cb5b7665

View File

@ -328,6 +328,8 @@ begin
end
else
Dummy:=IP;
if Length(Dummy)>3 then
exit;
Val (Dummy,k,J);
If J<>0 then
exit;