OpenSolaris

Printable Version Enter a New Search
Bug ID 6314444
Synopsis ikeadm add preshared got core dump with incomplete arguments
State 10-Fix Delivered (Fix available in build)
Category:Subcategory network:ipsec
Keywords onnv_triage
Responsible Engineer Paul Wernau
Reported Against
Duplicate Of
Introduced In solaris_9
Commit to Fix snv_27
Fixed In snv_27
Release Fixed solaris_nevada(snv_27) , solaris_10u4(s10u4_01) (Bug ID:2144119)
Related Bugs
Submit Date 23-August-2005
Last Update Date 9-November-2005
Description
when a preshared key ended with localid/remoteid/key but without a value followed, Segmentation Fault (core dumped) occured. 
ikeadm> add preshared { localid 10.1.1.2 localidtype IP key
Segmentation Fault (core dumped)

And a preshared key could be added successfully even without a '}' at the end, that should be invalid preshared key definition too.
ikeadm> add preshared { localid 10.1.1.2 localidtype IP key 12345 remoteidtype IP  remoteid 10.1.1.3 ike_mode main
ikeadm: Successfully created new preshared key.
Work Around
N/A
Comments
N/A