Patches item #570819, was opened at 2002-06-18 18:27
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=303152&aid=570819&group_id=3152

Category: modules
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Jeremy Vinding (jvinding)
>Assigned to: Scott S. Goodwin (scottg)
Summary: nsxml: fixes bug in xml_string_command

Initial Comment:
fixed a bug that'd cause it to crash if you called it
with the wrong number of args.
eg:
ns_xml string parse $xmlstring

the problem is it was only requiring 3 args but was
always using the fourth:
*argp = &argv[3];

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=303152&aid=570819&group_id=3152

Reply via email to