OSSP CVS Repository

ossp - Check-in [1454]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 1454
Date: 2001-Dec-27 13:11:01 (local)
2001-Dec-27 12:11:01 (UTC)
User:rse
Branch:
Comment: more dmalloc support
Tickets:
Inspections:
Files:
ossp-pkg/str/.dmallocrc      added-> 1.1
ossp-pkg/str/str_test.c      1.21 -> 1.22     5 inserted, 0 deleted

ossp-pkg/str/.dmallocrc -> 1.1

*** /dev/null    Thu Apr 25 00:11:00 2024
--- -    Thu Apr 25 00:11:46 2024
***************
*** 0 ****
--- 1,20 ----
+ ##
+ ##  Dmalloc Init Script
+ ##  Copyright (c) 1999-2000 Ralf S. Engelschall <rse@engelschall.com>
+ ##
+ 
+ # no debugging
+ none    none
+ 
+ # basic debugging
+ debug1  log-stats, log-non-free, check-fence
+ 
+ # more logging and some heap checking
+ debug2  log-stats, log-non-free, log-trans, \
+         check-fence, check-heap, check-lists, error-abort
+ 
+ # good utilities
+ debug3  log-stats, log-non-free, log-trans, \
+         log-admin, check-fence, check-heap, check-lists, realloc-copy, \
+         free-blank, error-abort, allow-free-null
+ 


ossp-pkg/str/str_test.c 1.21 -> 1.22

--- str_test.c   2001/08/16 13:21:23     1.21
+++ str_test.c   2001/12/27 12:11:01     1.22
@@ -32,6 +32,10 @@
 #include "str.h"
 #include "str_config.h"
 
+#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
+#include "dmalloc.h"
+#endif
+
 #define LONG_STRING 1024
 
 /*
@@ -295,6 +299,7 @@
         else
             (*ok)++;
     }
+    str_parse(NULL, NULL);
     return;
 }
 

CVSTrac 2.0.1