[ccan] [PATCH] altstack: New module

Rusty Russell rusty at rustcorp.com.au
Fri Jan 29 06:53:00 AEDT 2016


Dan Good <dan at gooddan.com> writes:
> I built an ubuntu-15.10-server to see if I could replicate the issue, but
> the tests all pass.  I've also run it on CentOS 7 and a current Amazon
> Linux AMI.  Are you running a stock Ubuntu?  Any security hardening?

No, out-of-box defaults pretty much.

Of course, it's valgrind.  The following patch "fixes" it.

diff --git a/ccan/altstack/_info b/ccan/altstack/_info
index 1b03770..b411c29 100644
--- a/ccan/altstack/_info
+++ b/ccan/altstack/_info
@@ -109,6 +109,7 @@
  *	// (altstack at 103) SIGSEGV caught
  *	// altstack return: -1, fn return: (nil)
  *
+ * Ccanlint: tests_pass_valgrind FAIL
  * License: APACHE-2
  * Author: Dan Good <dan at dancancode.com>
  */

Cheers,
Rusty.


More information about the ccan mailing list