http://defect.opensolaris.org/bz/show_bug.cgi?id=13897
Anurag S. Maskey <Anurag.Maskey at Sun.COM> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ACCEPTED
AssignedTo|nwam-dev at opensolaris.org |Anurag.Maskey at Sun.COM
--- Comment #1 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2010-01-14
21:33:10 UTC ---
The problem appears to be in nwam_ncp_file_to_name():
/* Ensure filename begins/ends with right prefix/suffix */
if (sscanf(filename, NWAM_NCP_CONF_FILE_PRE "%256s", *name) < 1) {
free(*name);
return (NWAM_ENTITY_INVALID);
}
The sscanf() stops at the first whitespace, so it looks like the filename does
not have the right prefix/suffix.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.