On Thu, Dec 7, 2023 at 1:24 PM Mike Maslenkin <mike.maslen...@gmail.com> wrote: > [...] > + DiscoveredInstance->Information.Location = (CHAR16 *)AllocatePool > (AllocSize);
Forgot to mention: don't cast void *! It's completely unneeded in C and may hide real problems (implicit declarations); it also clutters code. -- Pedro -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112473): https://edk2.groups.io/g/devel/message/112473 Mute This Topic: https://groups.io/mt/103033764/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-