Modify ↓
Ticket #83 (new defect)
Opened 5 years ago
yaml_parser_load poorly handles end of stream.
| Reported by: | anonymous | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | libyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Calling yaml_parser_load after the last document in a file (should return a document with "no root node") returns a document with a nodes.start => uninitialized memory.
Attachments
Note: See
TracTickets for help on using
tickets.
