On Tue, 2009-09-01 at 22:01 -0400, Tom Lane wrote:> Huh, interesting corner case. I'd be inclined to fix by initializing> maxlength to 1 though.> > Where's the memory leak?
The xstrdup() on the zero-length string.
Regards, Jeff Davis