Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2014 21:17:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-threads@FreeBSD.org
Subject:   [Bug 193367] [panic] sleeping thread
Message-ID:  <bug-193367-16-jN1ZxYKsFd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193367-16@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193367-16@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=193367

Eygene Ryabinkin <rea@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rea@FreeBSD.org

--- Comment #8 from Eygene Ryabinkin <rea@FreeBSD.org> ---
Looks like there is at least off-by-one access to the driver-specific ioctl
array, http://codelabs.ru/fbsd/patches/drm2/fix-drm_drv-off-by-one.diff, since
max_ioctl is not a number of a highest supported ioctl number, but rather a
size of driver's ioctl array.

-- 
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-193367-16-jN1ZxYKsFd>