* some security check added

This commit is contained in:
pierre 2001-11-07 00:16:17 +00:00
parent 60dc4bf0a9
commit 4b384ec92e

View File

@ -268,6 +268,7 @@ type pword = ^word;
begin
if IndexTableRead then OK:=true else
begin
FillChar(R, SizeOf(R), 0);
LastTag:=''; CurPtr:=0;
OK:=(IndexTablePos<>0);
if OK then begin F^.Seek(IndexTablePos); OK:=F^.Status=stOK; end;