[ https://issues.apache.org/jira/browse/TS-4845?focusedWorklogId=31478&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31478 ]
ASF GitHub Bot logged work on TS-4845: -------------------------------------- Author: ASF GitHub Bot Created on: 02/Nov/16 20:10 Start Date: 02/Nov/16 20:10 Worklog Time Spent: 10m Work Description: Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/1176 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/1151/ for details. Issue Time Tracking ------------------- Worklog Id: (was: 31478) Time Spent: 2h (was: 1h 50m) > NULL dereference in url_sig > --------------------------- > > Key: TS-4845 > URL: https://issues.apache.org/jira/browse/TS-4845 > Project: Traffic Server > Issue Type: Bug > Components: Plugins > Reporter: James Peach > Assignee: John Rushford > Fix For: 7.0.0 > > Time Spent: 2h > Remaining Estimate: 0h > > Seen in the static analyzer: > {noformat} > 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. > {noformat} > 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}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)