add check_dev_queue_xmit.c
commit6d03a6668b7f59e5a755b82fe05e3584ce91f1b7
authorDan Carpenter <error27@gmail.com>
Thu, 14 Jan 2010 14:42:19 +0000 (14 17:42 +0300)
committerDan Carpenter <error27@gmail.com>
Thu, 14 Jan 2010 14:42:19 +0000 (14 17:42 +0300)
tree896064ead30701d1de45a190026173a26251def0
parent8582ba0f1ce3dc3913be559b82aeb609b5e64aa3
add check_dev_queue_xmit.c

After you call dev_queue_xmit(skb), you are not allowed to use 'skb' again.

This test only found one bug originally and that bug has been fixed.  It is
turned off unless you pass --rare.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_dev_queue_xmit.c [new file with mode: 0644]
smatch.c
smatch_data/kernel.dev_queue_xmit [new file with mode: 0644]