git: libc - Take care of minor buffer overrun in link_ntoa()

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Dec 6 15:17:23 PST 2016


commit 2947528a83ae7a03df86a5688ef1725492b0f024
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Dec 6 14:34:24 2016 -0800

    libc - Take care of minor buffer overrun in link_ntoa()
    
    * Take care of a minor buffer overrun in link_ntoa().  It is unlikely
      that any program produces the conditions required to trigger the
      problem.
    
    Taken-from: FreeBSD-SA-16:37.libc
    Reported-by: swildner, zrj, others

Summary of changes:
 lib/libc/net/linkaddr.c | 51 ++++++++++++++++++++++++++++++++-----------------
 1 file changed, 34 insertions(+), 17 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2947528a83ae7a03df86a5688ef1725492b0f024


-- 
DragonFly BSD source repository



More information about the Commits mailing list