From: Alexander Færøy Date: Mon, 5 Jun 2017 15:19:46 +0000 (+0000) Subject: Add Coccinelle patch for replacing tt_assert(0) with tt_abort(). X-Git-Tag: tor-0.3.2.1-alpha~145^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fd68b249b1472097c3d1466d28b926dbd380657;p=thirdparty%2Ftor.git Add Coccinelle patch for replacing tt_assert(0) with tt_abort(). --- diff --git a/scripts/coccinelle/test_assert_zero.cocci b/scripts/coccinelle/test_assert_zero.cocci new file mode 100644 index 0000000000..09feaa5fb4 --- /dev/null +++ b/scripts/coccinelle/test_assert_zero.cocci @@ -0,0 +1,5 @@ +@@ +@@ + +- tt_assert(0) ++ tt_abort()