瀏覽代碼

* some security check added

pierre 24 年之前
父節點
當前提交
4b384ec92e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ide/woahelp.pas

+ 1 - 0
ide/woahelp.pas

@@ -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;