cvs commit: src/sys/compat/linux linux_misc.c linux_uid16.c

Tim J. Robbins tjr at FreeBSD.org
Tue Oct 21 04:00:34 PDT 2003


tjr         2003/10/21 04:00:33 PDT

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_misc.c linux_uid16.c 
  Log:
  Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16();
  stops users being able to cause setgroups to clobber the kernel stack by
  copying in data past the end of the linux_gidset array.
  
  Revision  Changes    Path
  1.149     +1 -1      src/sys/compat/linux/linux_misc.c
  1.12      +1 -1      src/sys/compat/linux/linux_uid16.c


More information about the cvs-src mailing list