#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: cdf.c,v 1.86 2016/12/01 16:44:47 christos Exp $")
+FILE_RCSID("@(#)$File: cdf.c,v 1.87 2017/02/01 12:38:12 christos Exp $")
#endif
#include <assert.h>
DPRINTF(("Wrapped around %p < %p\n", q, p));
goto out;
}
- if (q > e) {
- DPRINTF(("Ran of the end %p > %p\n", q, e));
+ if (q >= e) {
+ DPRINTF(("Ran of the end %p >= %p\n", q, e));
goto out;
}
inp[i].pi_id = CDF_GETUINT32(p, i << 1);