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
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
I'm screwing around with /analyze, and it's picked up a couple of issues for AppJailLauncher. This may cause crashes.
At lines 52, 53, and 57, in utils.cpp, you're dereferencing a pointer that might be
NULL.Pointer
pis declaredstruct addrinfo *p = NULL, and assigned to in the for loop:If the loop terminates because
p == NULL, then you're dereferencing aNULLpointer here: