CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/12/26 06:17:33

Modified files:
        libexec/ld.so  : malloc.c 

Log message:
Fix a nasty mem leak in ld.so's own malloc. This was hard to diagnose, since
malloc dumping and gdb do not help at all when studying ld.so. In the end
it turns out ot be a simple merge error causing extra mmap calls.
ok miller@ tb@

Reply via email to