Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2008 11:47:57 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_misc.c linux_misc.h
Message-ID:  <200802221147.m1MBlv4A088922@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802221147.m1MBlv4A088922>