git: disklabel64 - Fix DIOCSDINFO64, DIOCWDINFO64 bugs

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 19 17:23:58 PDT 2009


commit e5db835614c32c968e1b4e855eccae0babb8867f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Aug 19 17:22:43 2009 -0700

    disklabel64 - Fix DIOCSDINFO64, DIOCWDINFO64 bugs
    
    * A loop iterator was using the wrong variable, causing the disklabel
      operation to fail and potentially also (on 64-bit boxes) crashing the
      box.

Summary of changes:
 sys/kern/subr_disklabel64.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e5db835614c32c968e1b4e855eccae0babb8867f


-- 
DragonFly BSD source repository





More information about the Commits mailing list