Bugs item #3361212, was opened at 2011-07-10 01:26 Message generated for change (Tracker Item Submitted) made by andypugh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=3361212&group_id=6744
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: HAL Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: andypugh (andypugh) Assigned to: John Kasunich (jmkasunich) Summary: blank names are allowed in loadrt Initial Comment: If pncconf (or a user) gets confused and uses names= as a modparam, but with no arguments, then the comp-created code simply tries to create pins with a blank where the name should be. Anonymous .in and .out pins, for example. If more than one function is loaded this way, then pin names like .in get duplicated, and an error is raised. the "name already in use" message in hal_pin_new isn't very helpful, as there is not much of a name to report. I think that some code somewhere should enforce an arbitrary minimum name length of one character. I think the simplest place to adddress this would be in comp, then all the components get fixed during rebuild. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=3361212&group_id=6744 ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
