git: kern: fix integer underflow in exec_shell_imgact.

Justin C. Sherrill justin at crater.dragonflybsd.org
Sat Mar 1 19:33:02 PST 2014


commit e7ec10384dcffddd72312c27e8dd669164b4e71f
Author: minux <minux.ma at gmail.com>
Date:   Sat Mar 1 00:41:25 2014 -0800

    kern: fix integer underflow in exec_shell_imgact.
    
    was returning E2BIG whenever argv[0] is longer interp+path.
    see also FreeBSD PR 155321.

Summary of changes:
 sys/kern/imgact_shell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list