History log of /freebsd-10-stable/lib/libc/net/linkaddr.c
Revision Date Author Comments
# 309690 07-Dec-2016 glebius

Merge rr309688: address regressions in SA-16:37.libc.

PR: 215105
Submitted by: <jtd2004a sbcglobal.net>


# 309645 06-Dec-2016 glebius

Merge r309639 from head:

Fix possible buffer overflow(s) in link_ntoa(3).

A specially crafted sockaddr_dl argument can trigger a static buffer overflow
in the libc library, with possibility to rewrite with arbitrary data following
static buffers that belong to other library functions.

Reviewed by: kib
Security: FreeBSD-SA-16:37.libc


# 270032 15-Aug-2014 pfg

MFC r269695:
Const-ify character string

Obtained from: Apple Inc. (Libc 997.90.3)
MFC after: 3 days


# 270032 15-Aug-2014 pfg

MFC r269695:
Const-ify character string

Obtained from: Apple Inc. (Libc 997.90.3)
MFC after: 3 days