git: DragonFly_RELEASE_5_0 kernel - Change index fields from unsigned to signed

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 5 13:48:11 PDT 2017


commit 02ff728d43d2cfae2ee7cab1b82df49fdca4097a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Oct 5 13:46:54 2017 -0700

    kernel - Change index fields from unsigned to signed
    
    * We use a signed trick for (j), fix the code so it actually works.
    
    * The chipset field used to index (i) cannot exceed 1024 anyway.
    
    Reported-by: lubos Bug #3020

Summary of changes:
 sys/dev/disk/nvme/nvme_admin.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/02ff728d43d2cfae2ee7cab1b82df49fdca4097a


-- 
DragonFly BSD source repository



More information about the Commits mailing list