Skip to content
Prev 32460 / 63421 Next

incorrect output and segfaults from sprintf with %*d (PR#13667)

On Fri, Apr 24, 2009 at 6:45 AM, <maechler at stat.math.ethz.ch> wrote:
I haven't been following all this but in working with strings for
the gsubfn package my own usage of the package was primarily
for small strings but then I discovered that others wanted to use
it for much larger strings of 25,000 characters, say, and it was
necessary to raise the limits (and there are also performance
implications which could be addressed too). I don't know what
the situation is particularly here but cases where
very large strings can be used include linguistic analysis and
computer generated R code.