Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2016 03:26:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 209545] Heap overflows in an driver
Message-ID:  <bug-209545-21060-ofhFBmKSAi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209545-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209545-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209545

--- Comment #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: sbruno
Date: Fri Jul 22 03:26:02 UTC 2016
New revision: 303177
URL: https://svnweb.freebsd.org/changeset/base/303177

Log:
  MFC r300612
  Reject ioctl commands for FLSHGCHR and FLSHPCHR if the size is greater
  than sc->areq.  This is a bounds check to ensure we're not just cramming
  arbitrarily sized nonsense into the driver and overflowing the heap.

  PR:           209545

Changes:
  stable/10/sys/dev/an/if_an.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209545-21060-ofhFBmKSAi>