mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 07:59:21 +02:00
fixed buffer overrun and added several checks
git-svn-id: trunk@2448 -
This commit is contained in:
parent
2f8a126b9b
commit
1737ab40fa
@ -72,7 +72,7 @@ var
|
||||
|
||||
function SendApplicationMessage(Msg: Cardinal; WParam, LParam: Longint):Longint;
|
||||
procedure OwnerFormDesignerModified(AComponent: TComponent);
|
||||
function OffSetRect(var ARect: TRect; dx,dy: Integer): Boolean;
|
||||
function OffsetRect(var ARect: TRect; dx,dy: Integer): Boolean;
|
||||
procedure FreeThenNil(var AnObject: TObject);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user