[jira] [Updated] (TS-3996) CID 1338133: Control flow issues (DEADCODE) /cmd/traffic_manager/traffic_manager.cc

2016-08-17 Thread Bryan Call (JIRA)

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

Bryan Call updated TS-3996:
---
Fix Version/s: (was: 7.0.0)
   7.1.0

> CID 1338133:  Control flow issues  (DEADCODE) 
> /cmd/traffic_manager/traffic_manager.cc
> -
>
> Key: TS-3996
> URL: https://issues.apache.org/jira/browse/TS-3996
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Manager
>Reporter: Leif Hedstrom
>Assignee: Alan M. Carroll
> Fix For: 7.1.0
>
>
> {code}
> Hi,
> Please find the latest report on new defect(s) introduced to Apache Traffic 
> Server found with Coverity Scan.
> 1 new defect(s) introduced to Apache Traffic Server found with Coverity Scan.
> 6 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
> recent build analyzed by Coverity Scan.
> New defect(s) Reported-by: Coverity Scan
> Showing 1 of 1 defect(s)
> ** CID 1338133:  Control flow issues  (DEADCODE)
> /cmd/traffic_manager/traffic_manager.cc: 569 in main()
> 
> *** CID 1338133:  Control flow issues  (DEADCODE)
> /cmd/traffic_manager/traffic_manager.cc: 569 in main()
> 563 int facility_int;
> 564 
> 565 facility_str = REC_readString(sys_var, );
> 566 ink_assert(found);
> 567 
> 568 if (!found) {
>CID 1338133:  Control flow issues  (DEADCODE)
>Execution cannot reach this statement: "mgmt_elog(0, "Could not rea...".
> 569   mgmt_elog(0, "Could not read %s.  Defaulting to LOG_DAEMON\n", 
> sys_var);
> 570   facility_int = LOG_DAEMON;
> 571 } else {
> 572   facility_int = facility_string_to_int(facility_str);
> 573   ats_free(facility_str);
> 574   if (facility_int < 0) {
> {code}



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


[jira] [Updated] (TS-3996) CID 1338133: Control flow issues (DEADCODE) /cmd/traffic_manager/traffic_manager.cc

2016-04-06 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3996:
--
Fix Version/s: (was: 6.2.0)
   7.0.0

> CID 1338133:  Control flow issues  (DEADCODE) 
> /cmd/traffic_manager/traffic_manager.cc
> -
>
> Key: TS-3996
> URL: https://issues.apache.org/jira/browse/TS-3996
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Manager
>Reporter: Leif Hedstrom
>Assignee: Alan M. Carroll
> Fix For: 7.0.0
>
>
> {code}
> Hi,
> Please find the latest report on new defect(s) introduced to Apache Traffic 
> Server found with Coverity Scan.
> 1 new defect(s) introduced to Apache Traffic Server found with Coverity Scan.
> 6 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
> recent build analyzed by Coverity Scan.
> New defect(s) Reported-by: Coverity Scan
> Showing 1 of 1 defect(s)
> ** CID 1338133:  Control flow issues  (DEADCODE)
> /cmd/traffic_manager/traffic_manager.cc: 569 in main()
> 
> *** CID 1338133:  Control flow issues  (DEADCODE)
> /cmd/traffic_manager/traffic_manager.cc: 569 in main()
> 563 int facility_int;
> 564 
> 565 facility_str = REC_readString(sys_var, );
> 566 ink_assert(found);
> 567 
> 568 if (!found) {
>CID 1338133:  Control flow issues  (DEADCODE)
>Execution cannot reach this statement: "mgmt_elog(0, "Could not rea...".
> 569   mgmt_elog(0, "Could not read %s.  Defaulting to LOG_DAEMON\n", 
> sys_var);
> 570   facility_int = LOG_DAEMON;
> 571 } else {
> 572   facility_int = facility_string_to_int(facility_str);
> 573   ats_free(facility_str);
> 574   if (facility_int < 0) {
> {code}



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


[jira] [Updated] (TS-3996) CID 1338133: Control flow issues (DEADCODE) /cmd/traffic_manager/traffic_manager.cc

2015-12-15 Thread Alan M. Carroll (JIRA)

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

Alan M. Carroll updated TS-3996:

Fix Version/s: (was: 6.1.0)
   6.2.0

> CID 1338133:  Control flow issues  (DEADCODE) 
> /cmd/traffic_manager/traffic_manager.cc
> -
>
> Key: TS-3996
> URL: https://issues.apache.org/jira/browse/TS-3996
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Manager
>Reporter: Leif Hedstrom
>Assignee: Alan M. Carroll
> Fix For: 6.2.0
>
>
> {code}
> Hi,
> Please find the latest report on new defect(s) introduced to Apache Traffic 
> Server found with Coverity Scan.
> 1 new defect(s) introduced to Apache Traffic Server found with Coverity Scan.
> 6 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
> recent build analyzed by Coverity Scan.
> New defect(s) Reported-by: Coverity Scan
> Showing 1 of 1 defect(s)
> ** CID 1338133:  Control flow issues  (DEADCODE)
> /cmd/traffic_manager/traffic_manager.cc: 569 in main()
> 
> *** CID 1338133:  Control flow issues  (DEADCODE)
> /cmd/traffic_manager/traffic_manager.cc: 569 in main()
> 563 int facility_int;
> 564 
> 565 facility_str = REC_readString(sys_var, );
> 566 ink_assert(found);
> 567 
> 568 if (!found) {
>CID 1338133:  Control flow issues  (DEADCODE)
>Execution cannot reach this statement: "mgmt_elog(0, "Could not rea...".
> 569   mgmt_elog(0, "Could not read %s.  Defaulting to LOG_DAEMON\n", 
> sys_var);
> 570   facility_int = LOG_DAEMON;
> 571 } else {
> 572   facility_int = facility_string_to_int(facility_str);
> 573   ats_free(facility_str);
> 574   if (facility_int < 0) {
> {code}



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


[jira] [Updated] (TS-3996) CID 1338133: Control flow issues (DEADCODE) /cmd/traffic_manager/traffic_manager.cc

2015-11-05 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3996:
--
Fix Version/s: 6.1.0

> CID 1338133:  Control flow issues  (DEADCODE) 
> /cmd/traffic_manager/traffic_manager.cc
> -
>
> Key: TS-3996
> URL: https://issues.apache.org/jira/browse/TS-3996
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Manager
>Reporter: Leif Hedstrom
> Fix For: 6.1.0
>
>
> {code}
> Hi,
> Please find the latest report on new defect(s) introduced to Apache Traffic 
> Server found with Coverity Scan.
> 1 new defect(s) introduced to Apache Traffic Server found with Coverity Scan.
> 6 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
> recent build analyzed by Coverity Scan.
> New defect(s) Reported-by: Coverity Scan
> Showing 1 of 1 defect(s)
> ** CID 1338133:  Control flow issues  (DEADCODE)
> /cmd/traffic_manager/traffic_manager.cc: 569 in main()
> 
> *** CID 1338133:  Control flow issues  (DEADCODE)
> /cmd/traffic_manager/traffic_manager.cc: 569 in main()
> 563 int facility_int;
> 564 
> 565 facility_str = REC_readString(sys_var, );
> 566 ink_assert(found);
> 567 
> 568 if (!found) {
>CID 1338133:  Control flow issues  (DEADCODE)
>Execution cannot reach this statement: "mgmt_elog(0, "Could not rea...".
> 569   mgmt_elog(0, "Could not read %s.  Defaulting to LOG_DAEMON\n", 
> sys_var);
> 570   facility_int = LOG_DAEMON;
> 571 } else {
> 572   facility_int = facility_string_to_int(facility_str);
> 573   ats_free(facility_str);
> 574   if (facility_int < 0) {
> {code}



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


[jira] [Updated] (TS-3996) CID 1338133: Control flow issues (DEADCODE) /cmd/traffic_manager/traffic_manager.cc

2015-11-05 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3996:
--
Assignee: Alan M. Carroll

> CID 1338133:  Control flow issues  (DEADCODE) 
> /cmd/traffic_manager/traffic_manager.cc
> -
>
> Key: TS-3996
> URL: https://issues.apache.org/jira/browse/TS-3996
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Manager
>Reporter: Leif Hedstrom
>Assignee: Alan M. Carroll
> Fix For: 6.1.0
>
>
> {code}
> Hi,
> Please find the latest report on new defect(s) introduced to Apache Traffic 
> Server found with Coverity Scan.
> 1 new defect(s) introduced to Apache Traffic Server found with Coverity Scan.
> 6 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
> recent build analyzed by Coverity Scan.
> New defect(s) Reported-by: Coverity Scan
> Showing 1 of 1 defect(s)
> ** CID 1338133:  Control flow issues  (DEADCODE)
> /cmd/traffic_manager/traffic_manager.cc: 569 in main()
> 
> *** CID 1338133:  Control flow issues  (DEADCODE)
> /cmd/traffic_manager/traffic_manager.cc: 569 in main()
> 563 int facility_int;
> 564 
> 565 facility_str = REC_readString(sys_var, );
> 566 ink_assert(found);
> 567 
> 568 if (!found) {
>CID 1338133:  Control flow issues  (DEADCODE)
>Execution cannot reach this statement: "mgmt_elog(0, "Could not rea...".
> 569   mgmt_elog(0, "Could not read %s.  Defaulting to LOG_DAEMON\n", 
> sys_var);
> 570   facility_int = LOG_DAEMON;
> 571 } else {
> 572   facility_int = facility_string_to_int(facility_str);
> 573   ats_free(facility_str);
> 574   if (facility_int < 0) {
> {code}



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