MAX_BUCS
struct buc_info *bucinfo[MAX_BUCS];
if (nrofbucs > MAX_BUCS)
for (i=0; i < nrofbucs && i < MAX_BUCS; i++) {