diff --git a/test/lib/blobfs/cache_ut/cache_ut.c b/test/lib/blobfs/cache_ut/cache_ut.c index d7fa667c5..1d4a90b40 100644 --- a/test/lib/blobfs/cache_ut/cache_ut.c +++ b/test/lib/blobfs/cache_ut/cache_ut.c @@ -76,6 +76,7 @@ send_request(fs_request_fn fn, void *arg) struct ut_request *req; req = calloc(1, sizeof(*req)); + assert(req != NULL); req->fn = fn; req->arg = arg; req->done = 0;