[Bug 212520] [PATCH] kern/subr_uio.c: fix integer truncation in fueword64()

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 23 11:23:25 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212520

--- Comment #1 from commit-hook at 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 at mail.ustc.edu.cn>
  PR:   212520
  MFC after:    1 week

Changes:
  head/sys/kern/subr_uio.c

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


More information about the freebsd-bugs mailing list