Ticket #31 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

[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

Changed 8 months ago by indeyets

  • keywords php added
  • owner changed from somebody to indeyets
  • status changed from new to assigned
  • summary changed from segmentation fault when mixing - and 'token' to [PHP] segmentation fault when mixing - and 'token'

confirmed

Changed 8 months ago by indeyets

  • description modified (diff)

Changed 8 months ago by indeyets

  • status changed from assigned to closed
  • resolution set to fixed

fixed in changeset:298

Note: See TracTickets for help on using tickets.