#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: cdf.c,v 1.98 2017/04/06 19:20:35 christos Exp $")
+FILE_RCSID("@(#)$File: cdf.c,v 1.99 2017/04/07 15:07:31 christos Exp $")
#endif
#include <assert.h>
if (h->h_master_sat[i] == CDF_SECID_FREE)
break;
-#define CDF_SEC_LIMIT (UINT32_MAX / (4 * ss))
+#define CDF_SEC_LIMIT (UINT32_MAX / (8 * ss))
if ((nsatpersec > 0 &&
h->h_num_sectors_in_master_sat > CDF_SEC_LIMIT / nsatpersec) ||
i > CDF_SEC_LIMIT) {