ofono/unit
Lucas De Marchi 2012940822 unit: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)

// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@

- !E
+ E == NULL
// </smpl>
2010-11-29 11:48:53 -06:00
..
test-caif.c unit: explicitly compare pointers to NULL 2010-11-29 11:48:53 -06:00
test-common.c test-common: Avoid accessing an unitialised variable. 2010-06-21 15:21:40 -05:00
test-idmap.c Fix: Update unit test to the new return semantics 2010-01-07 14:41:18 -06:00
test-mux.c unit: explicitly compare pointers to NULL 2010-11-29 11:48:53 -06:00
test-simutil.c unit: explicitly compare pointers to NULL 2010-11-29 11:48:53 -06:00
test-sms.c unit: Update test-sms to the new API 2010-11-02 14:58:21 -05:00
test-stkutil.c unit: Fix some copyright and license headers 2010-09-26 17:49:19 +09:00
test-util.c test-util: Update unit test 2010-09-14 11:45:34 -05:00