]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Merge r309639 from head:
authorglebius <glebius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 6 Dec 2016 18:53:46 +0000 (18:53 +0000)
committerglebius <glebius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 6 Dec 2016 18:53:46 +0000 (18:53 +0000)
commit2abab42f2916efd6821846ed94adebc30a9e369f
treef6fd04e2fa131c62dd6f2bbcab9ac43d044dc349
parent16bf45fd8fa0b06c3facf936e3f8dfbc8edb6d75
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@309645 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/net/linkaddr.c