]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Coverity 1598300 is a false positive. The array IS terminated correctly
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 20 May 2024 15:59:32 +0000 (11:59 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 20 May 2024 15:59:32 +0000 (11:59 -0400)
commit89bd9217529bbd873d2c153c42d136285d57e53e
treef6d4092bf3a84dc956e3bd02a4b8ac88e9aa4ab7
parent3310bf65f2912231fcb1dc59b1624d6894e3ca2a
Coverity 1598300 is a false positive.  The array IS terminated correctly

We should likely just default to not allowing any arguments unless they're explicitly set.

This commit doesn't fix anything, it just removes the call to "xlat_func_mono_set" which we should be moving away from.
src/lib/unlang/xlat_expr.c