]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct annotation typo in SBUFF_PARSE_FLOAT_DEF (CID #1503942) (#4639)
authorJames Jones <jejones3141@gmail.com>
Wed, 3 Aug 2022 13:42:58 +0000 (08:42 -0500)
committerGitHub <noreply@github.com>
Wed, 3 Aug 2022 13:42:58 +0000 (09:42 -0400)
src/lib/util/sbuff.c

index bff3739dc48f58906148d81da804eba36b875121..76e389069de5ad87529648c87b6024061e285bdb 100644 (file)
@@ -1279,7 +1279,7 @@ fr_slen_t fr_sbuff_out_##_name(fr_sbuff_parse_error_t *err, _type *out, fr_sbuff
                return -1; \
        } \
        errno = 0; /* this is needed as parsing functions don't reset errno */ \
-       /* coverity[uninit] */ \
+       /* coverity[uninit_use_in_call] */ \
        res = _func(buff, &end); \
        if (errno == ERANGE) { \
                if (res > 0) { \