nmh-workers
[Top] [All Lists]

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

2018-02-12 20:07:59
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

-- 
Nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>