On Jun 22, 1:49 am, Nelson Bolyard <nonelsons...@nobolyardspam.me> wrote: > I presume that there must be some incantation that one can give to valgrind > that will force it to shut up about arcfour.
You can write a valgrind suppression, which is essentially a stack trace pattern that will cause matching errors to be ignored: http://valgrind.org/docs/manual/manual-core.html#manual-core.suppress > Maybe there's something I > could put right into the source code to silence valgrind about it? Valgrind only looks at the binary, so no. (Though the ability to bundle valgrind suppressions in a special section of binaries would be a good idea.) -- Matt -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto