Add check for OPT_LEN_MAX being too small
authorJens Axboe <jens.axboe@oracle.com>
Wed, 3 Mar 2010 08:23:20 +0000 (09:23 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 3 Mar 2010 08:23:20 +0000 (09:23 +0100)
commit38789b58775ee5e00f4669f01b3c9da31a7345e3
treec63f9152cf936d162b2c53409bd3d58467c70982
parentc06c78c04c415bcb33350e8e56b924b75b4e93aa
Add check for OPT_LEN_MAX being too small

Will hopefully catch a bug like this in the future.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c