Add Coccinelle patch for replacing NULL/non-NULL tt_assert().
commit9e1fa959201611b764ac90ce59485d33b8ea975b
authorAlexander Færøy <ahf@torproject.org>
Mon, 5 Jun 2017 15:54:21 +0000 (5 15:54 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 24 Aug 2017 19:22:20 +0000 (24 15:22 -0400)
tree8e11b1b0286995116eec2e52d713ed0cd4777c9d
parent7666cd88817422da17f6ef725122ce0b230c1d24
Add Coccinelle patch for replacing NULL/non-NULL tt_assert().

This patch replaces tt_assert() checks for NULL/non-NULL values with
tt_ptr_op().
scripts/coccinelle/test_assert_null.cocci [new file with mode: 0644]