Ticket #31 (closed defect: fixed)
[PHP] segmentation fault when mixing - and 'token'
| Reported by: | apinstein | Owned by: | indeyets |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | php | Cc: |
Description (last modified by indeyets) (diff)
I am not certain if this is valid YAML, but even if it isn't, it shouldn't segfault...
The following causes syck to segfault:
---
Feature:
- hierarchy: Blah.foo
alan:
hierarchy: wha.the
Changing "alan" to a "-" makes it fine:
---
Feature:
- hierarchy: Blah.foo
- hierarchy: wha.the
This occurred in 0.55 and still occurs in: svn co http://code.whytheluckystiff.net/svn/syck/trunk@231 syck-r231
Thanks! Syck is very fast and that's great!
Change History
Note: See
TracTickets for help on using
tickets.