Print this page
Current snapshot of OpenSolaris port.
Checkpoint
Checkpoint
Merge from parent.
Merge with WIDE update.
Pull from WIDE.
Pull from WIDE.
Checkpoint
Re-update.
blah
WIDE update
Update from WIDE.

@@ -295,10 +295,11 @@
 void
 ikev2_child_abort(struct ikev2_child_sa *child_sa, int err)
 {
         struct rcpfk_msg param;
 
+        (void) memset(&param, 0, sizeof (param));
         param.satype = RCT_SATYPE_ESP;  /* XXX */
         param.seq = child_sa->sadb_request.seqno;
         param.eno = err;
         child_sa->sadb_request.method->acquire_error(&param);