In article <[email protected]>, David Holland <[email protected]> wrote: >On Wed, Aug 28, 2013 at 04:05:21AM -0400, Christos Zoulas wrote: > > Modified Files: > > src/lib/libedit: readline.c > > > > Log Message: > > get rid of PATH_MAX. > >...by leaking memory?
How so? It probably uses less memory than before, but not on the bss but on the data segment. christos
