id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc
87,front page example has broken delete for yaml_event_delete,anonymous R,xi,"In the PARSER API Synopsis example program there is a memory bug.

the while loop checks the type of the event.type but the event has already been deleted.  the delete invalidates the event type under debian on my x86 system.  to fix the bug, i had to introduce another integer variable to hold the type so that the loop can check that to know when to end. ",defect,closed,normal,libyaml,normal,fixed,,
