[Expat-bugs] [ expat-Bugs-1549343 ] start handler atts value null ?

SourceForge.net noreply at sourceforge.net
Thu Aug 31 11:08:16 CEST 2006


Bugs item #1549343, was opened at 2006-08-30 07:53
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1549343&group_id=10127

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: None
Group: None
Status: Open
Resolution: Rejected
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: start handler atts value null ?

Initial Comment:
When the atts value in xml is null, the atts value in 
start handler is not null, the atts[0] is null and 
other atts value, per exemple atts[1] is the same 
value of the last value... its normal ?

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

Comment By: Nobody/Anonymous (nobody)
Date: 2006-08-31 02:08

Message:
Logged In: NO 

aren't you afraid to have a memory leak with this method? 

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

Comment By: Karl Waclawek (kwaclaw)
Date: 2006-08-30 09:08

Message:
Logged In: YES 
user_id=290026

The atts argument to start handler is a null terminated array
of char* pointers. If it is empty, the first entry is null.
Seems OK to me, not a bug.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1549343&group_id=10127


More information about the Expat-bugs mailing list