Bug 67012

Summary: A potential bug detected in /sys/netatm/uni/unisig_subr.c
Product: Base System Reporter: Zhenmin <zli4>
Component: kernAssignee: Hartmut Brandt <harti>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Zhenmin 2004-05-21 22:50:21 UTC
The potential bug is detected by our analysis tool in file 
/sys/netatm/uni/unisig_subr.c:1210

1207                 bcopy(&ie_cgad_absent,
1208                                 &msg->msg_ie_cgad->ie_u.ie_cgad,
1209                                 sizeof(ie_cgad_absent));
1210                 msg->msg_ie_cgsa->ie_ident = UNI_IE_CGSA;
1211                 ATM_ADDR_COPY(&ap->calling.addr,
1212                                 &msg->msg_ie_cgad->ie_cgad_addr);

How-To-Repeat: The potential bug is detected by our analysis tool.
Comment 1 Hartmut Brandt freebsd_committer freebsd_triage 2004-07-15 12:12:04 UTC
Responsible Changed
From-To: freebsd-bugs->harti

I take a look at this.
Comment 2 Hartmut Brandt freebsd_committer freebsd_triage 2004-07-19 13:54:09 UTC
State Changed
From-To: open->closed

Patch committed. Thanks.