commit fafb22a8cf3310fd1b844346af268d7e2951dca6
Author: Matthew Dillon <[email protected]>
Date: Sun Feb 19 18:14:17 2017 -0800
kernel - Fix bug in physio()
* Fix an integer overflow in physio() when attempting to dd a block size
>= 2G. An int was being used instead of size_t.
Reported-by: tpchin
Bug: 2981
Summary of changes:
sys/kern/kern_physio.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fafb22a8cf3310fd1b844346af268d7e2951dca6
--
DragonFly BSD source repository