cvs commit: src/tools/regression/mlock Makefile mlock.c

Robert Watson rwatson at FreeBSD.org
Mon Jan 3 11:56:20 PST 2005


rwatson     2005-01-03 19:56:20 UTC

  FreeBSD src repository

  Added files:
    tools/regression/mlock Makefile mlock.c 
  Log:
  Add a simple regression test for mlock()/munlock() to make sure they
  work on a single page as root, and fails on a single page as nobody.
  Intended to help diagnose reports regarding insecure memory use with
  gnupg.
  
  Revision  Changes    Path
  1.1       +6 -0      src/tools/regression/mlock/Makefile (new)
  1.1       +91 -0     src/tools/regression/mlock/mlock.c (new)


More information about the cvs-all mailing list