From: Arran Cudbard-Bell Date: Sun, 11 Dec 2022 21:40:30 +0000 (-0600) Subject: Was an actual error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09fe01384ae498f81ec04453c884d86bebadcd1;p=thirdparty%2Ffreeradius-server.git Was an actual error --- diff --git a/src/lib/redis/redis.c b/src/lib/redis/redis.c index 888ef6b6efe..10b4a97152c 100644 --- a/src/lib/redis/redis.c +++ b/src/lib/redis/redis.c @@ -471,7 +471,6 @@ int fr_redis_tuple_from_map(TALLOC_CTX *pool, char const *out[], size_t out_len[ return -1; } key_len = (size_t)slen; - /* coverity[uninit_use_in_call] */ key = talloc_bstrndup(pool, key_buf, key_len); if (!key) return -1;