Ethereal-dev: RE: [Ethereal-dev] Bug 830

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Anders Broman (AL/EAB)" <anders.broman@xxxxxxxxxxxx>
Date: Mon, 27 Mar 2006 16:29:55 +0200
Hi,
The latest coverity run still shows:
 
Event dead_error_condition: On this path, the condition "resolve_eid != 0" could not be true
Also see events: [dead_error_begin][const][assignment]
6036 	                        if(resolve_eid)
6037 	                        {
Event dead_error_begin: Cannot reach dead code beginning here
Also see events: [dead_error_condition][const][assignment]
6038 	                                request_eid_value = ncp_eid_hash_lookup(conversation, global_eid);
6039 	                                if (request_eid_value) {
6040 	                                        strcpy(global_object_name, request_eid_value->object_name);
6041 	                                        proto_tree_add_string_format(ncp_tree,
6042 	                                            hf_nds_name, tvb, 6, 0,
6043 	                                            global_object_name,
6044 	                                            "NDS Name for EID - %s",
6045 	                                            global_object_name);
6046 	                                }
6047 	                        }        


From: ethereal-dev-bounces@xxxxxxxxxxxx [mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Greg Morris
Sent: den 26 mars 2006 23:33
To: ethereal-dev@xxxxxxxxxxxx
Subject: [Ethereal-dev] Bug 830

List,
 
This bug was resolved with my last check-in for packet-ncp2222.inc. Should I close the bug?
 
Greg