git: kernel - Fix slow memory leak in kernel

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Oct 28 11:25:26 PDT 2020


commit a51bfe7fa5d4136efcf82dd3463dfdb45ffa017c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Oct 28 11:23:00 2020 -0700

    kernel - Fix slow memory leak in kernel
    
    * Fix a slow memory leak with the resource limit structure when
      forking a heavily-threaded process.
    
    * Fixes a kmalloc limit panic related to M_PLIMIT.
    
    Reported-by: tuxillo

Summary of changes:
 sys/kern/kern_plimit.c | 1 +
 1 file changed, 1 insertion(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a51bfe7fa5d4136efcf82dd3463dfdb45ffa017c


-- 
DragonFly BSD source repository


More information about the Commits mailing list