Fix a typo that could provoke a panic or access to random memory.
PR: kern/67012 Submitted by: Zhenmin <zli4@cs.uiuc.edu>
This commit is contained in:
parent
9cdb2bfc90
commit
305627df81
@ -1207,7 +1207,7 @@ unisig_set_attrs(usp, msg, ap)
|
||||
bcopy(&ie_cgad_absent,
|
||||
&msg->msg_ie_cgad->ie_u.ie_cgad,
|
||||
sizeof(ie_cgad_absent));
|
||||
msg->msg_ie_cgsa->ie_ident = UNI_IE_CGSA;
|
||||
msg->msg_ie_cgad->ie_ident = UNI_IE_CGAD;
|
||||
ATM_ADDR_COPY(&ap->calling.addr,
|
||||
&msg->msg_ie_cgad->ie_cgad_addr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user