DPCIManager icon indicating copy to clipboard operation
DPCIManager copied to clipboard

DataTypeHandler: use getsectiondata instead of getsectdata

Open i0ntempest opened this issue 4 months ago • 1 comments

Fixes a segfault on arm64 caused by getsectdata giving an invalid pointer.

I'll be honest that I do not know much C or ObjC and this is suggected to me by ChatGPT. I did test this compiled for both arm64 and x86_64 and it works fine.

i0ntempest avatar Oct 05 '24 06:10 i0ntempest