openswan-2.4.9-004-alloc.patch 351 B

123456789101112
  1. --- openswan-2.4.7.orig/lib/libopenswan/alloc.c 2004-10-17 01:42:13.000000000 +0200
  2. +++ openswan-2.4.7/lib/libopenswan/alloc.c 2006-11-28 16:06:27.000000000 +0100
  3. @@ -26,7 +26,9 @@
  4. #include "constants.h"
  5. #include "oswlog.h"
  6. +#if !defined(NO_DEBUG)
  7. #define LEAK_DETECTIVE
  8. +#endif
  9. #include "oswalloc.h"
  10. const chunk_t empty_chunk = { NULL, 0 };