https://bugzilla.redhat.com/show_bug.cgi?id=192400
--- Comment #22 from Conrad Meyer <konrad(a)tylerc.org> ---
Better fix: Use YAML::XS.
For git-svn users who find themselves hitting this, Git::SVN::Memoize::YAML
will use YAML::Any, which will pick YAML::XS *if it is installed*.
Suggest: Add perl(YAML::XS) as a dependency for perl(YAML), because it is
actually sane.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=bx3WBnh1fp&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=192400
Conrad Meyer <konrad(a)tylerc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #129717|0 |1
is obsolete| |
--- Comment #21 from Conrad Meyer <konrad(a)tylerc.org> ---
Created attachment 887606
--> https://bugzilla.redhat.com/attachment.cgi?id=887606&action=edit
Updated long-string workaround patch for perl-YAML
Updated previous patch for newer perl-YAML (fedora 20).
Changes:
- $o -> $self
- croak -> $self->die()
- Bumped per-iteration string limit from 1k to 10k
- Trigger slow path even on newer versions of perl (hint: parsing quoted
strings ins't a perl bug, it's a perl-YAML bug) when string length >10k
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XGcFDtvmaw&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=192400
Conrad Meyer <konrad(a)tylerc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |konrad(a)tylerc.org
Version|19 |20
--- Comment #20 from Conrad Meyer <konrad(a)tylerc.org> ---
Still present in 20.
The issue is that perl-refexes are super-linear with memory so we end up using
all the ram just to parse a 50kB quoted string.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2RyGyye3Eu&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=225832
Parag AN(पराग) <panemade(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|MODIFIED |ASSIGNED
CC| |panemade(a)gmail.com
Assignee|nobody(a)fedoraproject.org |panemade(a)gmail.com
Flags| |fedora-review?
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=s2Mx2GfLWS&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=225740
Matthew Miller <mattdm(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |CLOSED
Resolution|--- |NOTABUG
Last Closed| |2014-04-02 13:40:24
--- Comment #2 from Matthew Miller <mattdm(a)redhat.com> ---
This package is no longer in Fedora.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=X3sAMxV3Te&a=cc_unsubscribe