isl_tab_dup: avoid out-of-bounds array access
authorSven Verdoolaege <skimo@purples.(none)>
Tue, 8 Sep 2009 14:34:24 +0000 (16:34 +0200)
committerSven Verdoolaege <skimo@purples.(none)>
Tue, 8 Sep 2009 14:34:30 +0000 (16:34 +0200)
commitd6c07169cf06b470917ec530be46493a1c088f99
treed22a39ef0227e780051968f0136bde5fd2658834
parente57088379002a1af8d2e061989fe9ee5d49b6dd2
isl_tab_dup: avoid out-of-bounds array access

tab->n_col is between 0 and mat->n_col - 2 - M
and may not be equal to n_var after some columns have been dropped.
isl_tab.c