* Add length check

This commit is contained in:
Michaël Van Canneyt 2023-07-17 10:02:09 +02:00
parent f8d1602db5
commit 0be4498284

View File

@ -84,7 +84,7 @@ var
begin
ReadDebugLink:=ReadDebugLink(e,fn);
if ReadDebugLink then
if ReadDebugLink and (length(fn)<256) then
dbgfn:=fn;
end;