Commit Graph

2 Commits

Author SHA1 Message Date
Eelco Dolstra 30d051ff14 * New suppressions. 2006-03-01 15:40:01 +00:00
Eelco Dolstra 0ca0a4da9f * Valgrind suppressions for the ATerm library. The ATerm library uses
a conservative garbage collector that scans the stack and parts of
  the heap for pointers to ATerms.  This scan can touch uninitialised
  memory, which is harmless.  Use:

  $ valgrind --suppressions=aterm-gc.supp ...
2006-02-13 12:48:59 +00:00