Re: malloc.conf - 's' missing matching 'f'

2017-11-02 Thread Otto Moerbeek
On Thu, Nov 02, 2017 at 05:02:48AM -0700, Jacqueline Jolicoeur wrote: > Hi, > > In malloc.conf(5), why does the 'S' option turn on "CFGJ" yet the > 's' option only turns off "cgj"? > > My understanding is that they should be consistent, unless otherwise > noted. I don't seem to see it noted anyw

malloc.conf - 's' missing matching 'f'

2017-11-02 Thread Jacqueline Jolicoeur
Hi, In malloc.conf(5), why does the 'S' option turn on "CFGJ" yet the 's' option only turns off "cgj"? My understanding is that they should be consistent, unless otherwise noted. I don't seem to see it noted anywhere. Attached patch adds matching 'f' to the 's'. Index: lib/libc/stdlib/malloc.c =