mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 12:20:28 +02:00
* Max len 3 per number in dotted quad
git-svn-id: trunk@45368 -
This commit is contained in:
parent
a0c403f445
commit
08cb5b7665
@ -328,6 +328,8 @@ begin
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
Dummy:=IP;
|
Dummy:=IP;
|
||||||
|
if Length(Dummy)>3 then
|
||||||
|
exit;
|
||||||
Val (Dummy,k,J);
|
Val (Dummy,k,J);
|
||||||
If J<>0 then
|
If J<>0 then
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user