mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 12:39:38 +01:00 
			
		
		
		
	* Add length check
This commit is contained in:
		
							parent
							
								
									f8d1602db5
								
							
						
					
					
						commit
						0be4498284
					
				@ -84,7 +84,7 @@ var
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
begin
 | 
					begin
 | 
				
			||||||
  ReadDebugLink:=ReadDebugLink(e,fn);
 | 
					  ReadDebugLink:=ReadDebugLink(e,fn);
 | 
				
			||||||
  if ReadDebugLink then
 | 
					  if ReadDebugLink and (length(fn)<256) then
 | 
				
			||||||
    dbgfn:=fn;
 | 
					    dbgfn:=fn;
 | 
				
			||||||
end;
 | 
					end;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user