nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] What OS/Architecture Do You Run nmh On?


From: David Levine
Subject: Re: [Nmh-workers] What OS/Architecture Do You Run nmh On?
Date: Mon, 12 Feb 2018 21:07:37 -0500

Paul V wrote:

> note: because valgrind finds hundreds of thousands of runtime anomalies
> in even a trivial libcurl application, and because the suppression file
> syntax for valgrind doesn't permit me to say "if it comes from libcurl
> just ignore it",

Doesn't something like this?

{
  if uninit cond code comes from libcurl just ignore it
  Memcheck:Cond
  ...
  obj:*/libcurl*
}

I don't think you can wildcard suppression types, so repeat as necessary
for Free, Leak, Addr8, etc.

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]