Any reason that:
ksr_logdata_t __kld = {0};
I replaced with:
ksr_logdata_t __kld = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
I've reverted the change.
Also,
asprintf()
allocates memory, it is freed somewhere?
It is now, at the end of the function.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.