overflow, index_overflow: start splitting up check_overflow.c
commit66164dcfe7a41947bcf1ffd134570cd1c7807371
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 2 Feb 2016 10:52:21 +0000 (2 13:52 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 2 Feb 2016 10:52:21 +0000 (2 13:52 +0300)
treef8df286d2216cfe89bbe257975c6aae0be903f87
parent0c60237e4096b7576f0aec21a7545026c7041611
overflow, index_overflow: start splitting up check_overflow.c

The check_overflow.c check was a mix of a lot of different things and it
was too big.  It's better to write small easy to understand checks.  So
let's break this up into a bunch of tiny checks.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_index_overflow.c [new file with mode: 0644]
check_list.h
check_overflow.c