Fix core dump on huge switch
commitda0bc15522a4c7c9862b60885f6c37a559ef662d
authorChristopher Li <sparse@chrisli.org>
Sat, 10 Feb 2007 00:16:47 +0000 (9 16:16 -0800)
committerJosh Triplett <josh@freedesktop.org>
Mon, 26 Feb 2007 19:53:46 +0000 (26 11:53 -0800)
tree08bff12364fac271446484b85391820cd5c48cf3
parent9a3554410fba883c54d6e5cd141e2fd3d03cb3dd
Fix core dump on huge switch

Bump up the size of the instruction buffer. vt_ioctl.c has
a huge switch statement causing sparse to overflow the instruction
buffer.

Signed-Off-By: Christopher Li <sparse@chrisli.org>
linearize.c