git: kernel - Correct sysctl variable type for kern.stackgap_random

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Dec 25 14:33:11 PST 2011


commit 1237359efffd68da92bd2bc8b510b3cd6132075a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Dec 25 14:06:29 2011 -0800

    kernel - Correct sysctl variable type for kern.stackgap_random
    
    * Correct the sysctl variable type for kern.stackgap_random from an
      unsigned int to a signed int.

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1237359efffd68da92bd2bc8b510b3cd6132075a


-- 
DragonFly BSD source repository





More information about the Commits mailing list