|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-12-11 08:24 UTC] indeyets at gmail dot com
[2007-12-11 08:33 UTC] neo at c dot dk
[2017-04-01 21:43 UTC] tpunt@php.net
-Status: Open
+Status: Wont fix
[2017-04-01 21:43 UTC] tpunt@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 20:00:02 2025 UTC |
Description: ------------ syck crashes on this yaml file Reproduce code: --------------- path.yml: models : [ /usr/home/enovodk/data/core/easyworks/current/models/ ] behaviors : [ /usr/home/enovodk/data/core/easyworks/current/models/behaviors/ ] controllers : [ /usr/home/enovodk/data/core/easyworks/current/controllers/ ] components : [ /usr/home/enovodk/data/core/easyworks/current/controllers/components/ ] apis : [ /usr/home/enovodk/data/core/easyworks/current/controllers/api/ ] views : [ /usr/home/enovodk/data/core/easyworks/current/views/ ] helpers : [ /usr/home/enovodk/data/core/easyworks/current/views/helpers/ ] libs : [ /usr/home/enovodk/data/core/easyworks/current/libs/ ] plugins : [ /usr/home/enovodk/data/core/easyworks/current/plugins/ ] t.php <?php var_dump(syck_load(file_get_contents('path.yml'))); result: dump Expected result: ---------------- A php array Actual result: -------------- Segmentation fault: 11 (core dumped)