Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2008 13:09:20 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 Makefile redzone.9
Message-ID:  <200808291309.m7TD9Vsh025722@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emaste      2008-08-29 13:09:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man9       Makefile 
  Added files:           (Branch: RELENG_6)
    share/man/man9       redzone.9 
  Log:
  SVN rev 182443 on 2008-08-29 13:09:20Z by emaste
  
  MFC r155086 by pjd:
  
    Add buffer corruption protection (RedZone) for kernel's malloc(9).
    It detects both: buffer underflows and buffer overflows bugs at runtime
    (on free(9) and realloc(9)) and prints backtraces from where memory was
    allocated and from where it was freed.
  
  Revision    Changes    Path
  1.260.2.13  +1 -0      src/share/man/man9/Makefile
  1.1.6.1     +123 -0    src/share/man/man9/redzone.9 (new)



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