Hrvoje Niksic writes:
Colin Rafferty <craffert(a)ms.com> writes:
> Here is a patch that also works, but sets no limit on the length
of
> the string.
Use alloca instead of malloc, and that patch can go in.
I wanted to, but I didn't know that we could depend on alloca on all
platforms.
Oops, I just grepped src/*.c. I guess I can count on it.
Let's fight arbitrart limits!
!!!