*** THIS IS A BETA VERSION, PLEASE USE WITH CAUTION. ***

DistriNet malloc (dnmalloc): a more secure memory allocator.
Copyright (C) 2005, Yves Younan, Wouter Joosen and Frank Piessens
The authors can be contacted by:
   Email: dnmalloc@fort-knox.org
   Address:
             Yves Younan
             Celestijnenlaan 200A
             B-3001 Heverlee
             Belgium

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

Documentation is available from:
  Yves Younan, Wouter Joosen, and Frank Piessens, A Methodology for Designing Countermeasures against Current and Future Code Injection Attacks,
  Proceedings of the Third IEEE International Information Assurance Workshop 2005 (IWIA2005), College Park, Maryland, U.S.A., March 2005, IEEE, 
  IEEE Press. http://www.fort-knox.org/younany_countermeasures.pdf

  Yves Younan, Wouter Joosen and Frank Piessens and Hans Van den Eynden. Security of Memory Allocators for C and C++. Technical Report CW419, 
  Departement Computerwetenschappen, Katholieke Universiteit Leuven, July 2005. http://www.fort-knox.org/CW419.pdf

New versions of this library are available from: http://www.fort-knox.org

*** THIS IS A BETA VERSION, PLEASE USE WITH CAUTION. ***

dnmalloc is based on dlmalloc (by Doug Lea (dl@cs.oswego.edu))
dlmalloc was released as public domain and contained the following license:

"This is a version (aka dlmalloc) of malloc/free/realloc written by
Doug Lea and released to the public domain.  Use, modify, and
redistribute this code without permission or acknowledgement in any
way you wish.  Send questions, comments, complaints, performance
data, etc to dl@cs.oswego.edu

* VERSION 2.7.2 Sat Aug 17 09:07:30 2002  Doug Lea  (dl at gee)

Note: There may be an updated version of this malloc obtainable at
        ftp://gee.cs.oswego.edu/pub/misc/malloc.c
       Check before installing!"


