diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-11-01 21:49:30 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-11-01 21:49:30 +0200 |
commit | d51f1af75f782495a59e8af511f32aeadd7cd94e (patch) | |
tree | bc3c1de4bb5e3f3e9c49f187899a490acf3d68f4 /contrib | |
parent | Merge pull request #1278 (diff) | |
parent | monero.supp: valgrind suppressions file (diff) | |
download | monero-d51f1af75f782495a59e8af511f32aeadd7cd94e.tar.xz |
Merge pull request #1272
48b57d8 monero.supp: valgrind suppressions file (moneromooo-monero)
ffd8c41 ringct: check the size of amount_keys is the same as destinations (moneromooo-monero)
836669d ringct: always shutdown the boost io service (moneromooo-monero)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/valgrind/monero.supp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/valgrind/monero.supp b/contrib/valgrind/monero.supp new file mode 100644 index 000000000..1c400076e --- /dev/null +++ b/contrib/valgrind/monero.supp @@ -0,0 +1,10 @@ +{ + libunwind causes spurious report + Memcheck:Param + msync(start) + ... + obj:/usr/lib64/libunwind.so.* + ... + fun:_ULx86_64_step + ... +} |