Actions
Bug #4067
closed[PATCH] Fix SystemStackError when trying to format a large block of text in REXML
Description
=begin
REXML::Formatters::Pretty#wrap used a recursive method call to format text. This patch switches it to use an iterative approach. It includes a test case exposing the error.
This issue isn't theoretical, it happens when using rcov with Sequel's test suite.
Tested on 1.9.2p0, but patch is against trunk.
=end
Files
Actions
Like0
Like0Like0