diff --git a/src/libckpool.c b/src/libckpool.c index 857d80c0..48e36011 100644 --- a/src/libckpool.c +++ b/src/libckpool.c @@ -1445,11 +1445,6 @@ bool _json_append_bkeys(json_t *val, const char *bkey, const uint32_t len, const json_set_string(val, key, hex); free(hex); ofs += binlen; - if (unlikely(ofs >= len)) { - LOGDEBUG("Unable to seek to bkey offset %u beyond length %d", - ofs, len); - return false; - } } return true; }