]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove annotation inside macro definition (#4829)
authorJames Jones <jejones3141@gmail.com>
Wed, 21 Dec 2022 19:06:05 +0000 (13:06 -0600)
committerGitHub <noreply@github.com>
Wed, 21 Dec 2022 19:06:05 +0000 (11:06 -0800)
Such annotations have no effect, so they're just clutter.

src/lib/util/dbuff.h

index 48890195793ab0d6ae276168dfc697cc8d17d439..7d71ed998f36a5aeb3e8bbd2cdb5de52504c82c0 100644 (file)
@@ -352,7 +352,6 @@ void _fr_dbuff_init(fr_dbuff_t *out, uint8_t const *start, uint8_t const *end, b
  *                             of the buffer we're deconding.
  */
 #define fr_dbuff_init(_out, _start, _len_or_end) \
-/* coverity[overrun-local] */ \
 _fr_dbuff_init(_out, \
               (uint8_t const *)(_start), \
               _Generic((_len_or_end), \