Jakub Sieprawski
03/06/2023, 5:32 PMJeff Lockhart
03/06/2023, 6:07 PMopaqueRef is only getting the value of certCArray[0] when you set it with opaqueRef.value = certCArray.pointed.value. opaqueRef[1] isn't memory that you allocated, as you only allocated a single COpaquePointerVar and not an array as you did for certCArray.Landry Norris
03/06/2023, 6:22 PMLandry Norris
03/06/2023, 6:24 PM