Page 1 of 1

AV on MRVTypesThreads.GetGUIDInfoWithCreate

Posted: Mon Jul 01, 2019 2:45 pm
by panlab_mf
Hi,

It seems in MRVTypesThreads.GetGUIDInfoWithCreate() needs checking for the ListGUID variable before use it, as it is already done in the other routines in the same unit:

Code: Select all

  if not Assigned(ListGUID) then
    exit;
 
Don't you think?

Best regards.

Re: AV on MRVTypesThreads.GetGUIDInfoWithCreate

Posted: Tue Jul 02, 2019 8:50 am
by Sergey Tkachenko
You are right, this check must be added.