You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pcn_kmsg_done(void *msg) assumes that its argument is a valid pointer to a (malloc'd) struct pcn_kmsg_hdr. This is not the case in all invocations, e.g., issue #63. We need to hunt down and patch any remaining buggy invocations.
pcn_kmsg_done(void *msg)
assumes that its argument is a valid pointer to a (malloc'd)struct pcn_kmsg_hdr
. This is not the case in all invocations, e.g., issue #63. We need to hunt down and patch any remaining buggy invocations.List of call sites to check:
The text was updated successfully, but these errors were encountered: