tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3fd68b249b1472097c3d1466d28b926dbd380657
parent 25eaf77033cd4cc6a5241554be8951a022dd54bd
Author: Alexander Færøy <ahf@torproject.org>
Date:   Mon,  5 Jun 2017 15:19:46 +0000

Add Coccinelle patch for replacing tt_assert(0) with tt_abort().

Diffstat:
Ascripts/coccinelle/test_assert_zero.cocci | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/scripts/coccinelle/test_assert_zero.cocci b/scripts/coccinelle/test_assert_zero.cocci @@ -0,0 +1,5 @@ +@@ +@@ + +- tt_assert(0) ++ tt_abort()