git: DragonFly_RELEASE_5_6 kernel - Clean up memory leaks and a stack buffer disclosure bug

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Feb 6 23:47:19 PST 2020


commit f4b19105e35a077d1284614e233ea957bcc76125
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Feb 6 23:43:31 2020 -0800

    kernel - Clean up memory leaks and a stack buffer disclosure bug
    
    * Clean up memory leaks, a stack buffer disclosure bug, and a
      missing priv check in if_oce (which probably never attaches these
      days).  All in the network subsystem.
    
    Reported-by: Ilja van Sprundel

Summary of changes:
 sys/dev/netif/oce/oce_if.c |  4 +++-
 sys/dev/netif/oce/oce_if.h |  1 +
 sys/net/if.c               | 18 ++++++++----------
 sys/net/if_clone.c         |  1 +
 4 files changed, 13 insertions(+), 11 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list