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

Konstantin Belousov kib at FreeBSD.org
Fri Feb 22 11:47:58 UTC 2008


kib         2008-02-22 11:47:57 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_misc.c linux_misc.h 
  Log:
  Sanitize arguments to linux_mremap().
  Check that only MREMAP_FIXED and MREMAP_MAYMOVE flags are specified.
  Check for the page alignment of the addr argument.
  
  Submitted by:   rdivacky
  MFC after:      1 week
  
  Revision  Changes    Path
  1.217     +15 -0     src/sys/compat/linux/linux_misc.c
  1.3       +3 -0      src/sys/compat/linux/linux_misc.h


More information about the cvs-all mailing list