Date: Sun, 23 Oct 2016 11:23:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 212520] [PATCH] kern/subr_uio.c: fix integer truncation in fueword64() Message-ID: <bug-212520-8-ebFY5M5TEs@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212520-8@https.bugs.freebsd.org/bugzilla/> References: <bug-212520-8@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=3D212520 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: kib Date: Sun Oct 23 11:23:18 UTC 2016 New revision: 307821 URL: https://svnweb.freebsd.org/changeset/base/307821 Log: In the fueword64(9) wrapper for architectures which do not implemented native fueword64(9) still, use proper type for local where fuword64() result is stored. Note that fueword64() is unused in the tree. Submitted by: Chunhui He <hchunhui@mail.ustc.edu.cn> PR: 212520 MFC after: 1 week Changes: head/sys/kern/subr_uio.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-212520-8-ebFY5M5TEs>