2 Commits

Author SHA1 Message Date
bluhm
aa4978a945 Update p5-YAML-Syck to 1.31.
Perl 5.28.1 no longer defines I_STDLIB and I_STRING in its config.h.
Unconditionally include the correct headers to avoid miscompilation
due to missing prototypes.
Sort according to Makefile.template.
Take maintainer.
OK sthen@
2019-02-14 12:26:57 +00:00
sthen
12bcff29c0 Zero newly allocated space, to avoid (in some cases) passing an
unclean buffer to Perl_is_utf8_string which proceeds to strlen() it,
causing an illegal access with malloc_flags J as it runs past the
end of the 0xd0d0d0.

Note there are various other problems with YAML::Syck and upstream
recommend not using it - see the README file.

ok jasper@
2010-09-22 10:50:51 +00:00