Skip to content

Commit

Permalink
Added liblzma bug to Valgrind suppressions file.
Browse files Browse the repository at this point in the history
It caused `make test` to fail with valgrind.
Occurred at least for Debian Jessie with liblzma package version 5.1.1alpha+20120614-2+b3.
  • Loading branch information
stephanbosch committed May 9, 2016
1 parent a11c0bc commit d9be91c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions run-test-valgrind.supp
Expand Up @@ -4,3 +4,14 @@
fun:malloc
obj:*/bash
}
{
<liblzma>
Memcheck:Cond
obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
fun:lzma_stream_encoder
fun:lzma_easy_encoder
}

0 comments on commit d9be91c

Please sign in to comment.