[ 
https://issues.apache.org/jira/browse/TS-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Peach resolved TS-3873.
-----------------------------
    Resolution: Fixed

> CID 1320627 Uninitialized variables in TSControlMain.c
> ------------------------------------------------------
>
>                 Key: TS-3873
>                 URL: https://issues.apache.org/jira/browse/TS-3873
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Management API, Tools
>            Reporter: Leif Hedstrom
>            Assignee: James Peach
>             Fix For: 6.1.0
>
>
> {code}
> ** CID 1320627:  Uninitialized variables  (UNINIT)
> /mgmt/api/TSControlMain.cc: 1147 in handle_record_describe(int, void *, 
> unsigned long)()
> ________________________________________________________________________________________________________
> *** CID 1320627:  Uninitialized variables  (UNINIT)
> /mgmt/api/TSControlMain.cc: 1147 in handle_record_describe(int, void *, 
> unsigned long)()
> 1141       if (ret == TS_ERR_OKAY) {
> 1142         ret = match.err;
> 1143       }
> 1144     
> 1145     done:
> 1146       ats_free(name);
>    CID 1320627:  Uninitialized variables  (UNINIT)
>    Using uninitialized value "match.err".
> 1147       return match.err;
> 1148     }
> 1149     
> 1150     struct control_message_handler {
> 1151       unsigned flags;
> 1152       TSMgmtError (*handler)(int, void *, size_t);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to