id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc
35,test program crashes on test file with multiple documents,roel _ dot _ vanhout _ at _ gmail _ dot _ com,xi,"The run-parser.c test file crashes on the following test document:
============START================
{{{
---
- Harry Potter and the Prisoner of Azkaban
- Harry Potter and the Goblet of Fire
- Harry Potter and the Order of the Phoenix
---
- Memoirs Found in a Bathtub
- Snow Crash
- Ghost World
}}}
=============END=================

Crash in is api.c, line 604 of the release tarball:

        case YAML_SCALAR_TOKEN:
==>         yaml_free(token->data.scalar.value);
            break;


When I comment out the second document of the test file (from the second '---' on down), it runs fine.
",defect,closed,normal,libyaml,normal,worksforme,,
