Description
Seen in the static analyzer:
Making all in url_sig CC url_sig.lo url_sig.c:564:38: warning: Null pointer argument in call to string length function app_qry = getAppQueryString(query, strlen(query)); ^~~~~~~~~~~~~ 1 warning generated.
If there is no query string you can still do goto allow, but it looks like the code assumes missing query string will always goto deny.
merged the fix