From: Alan T. DeKok Date: Mon, 4 Sep 2023 01:30:26 +0000 (-0400) Subject: "out" is a C data type, not a value-box X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fecc7c73be2b5ccdd0436b1d06f99867f0546b1b;p=thirdparty%2Ffreeradius-server.git "out" is a C data type, not a value-box --- diff --git a/src/lib/server/tmpl_eval.c b/src/lib/server/tmpl_eval.c index 5d2674c5a2c..eea811a5c45 100644 --- a/src/lib/server/tmpl_eval.c +++ b/src/lib/server/tmpl_eval.c @@ -763,7 +763,6 @@ ssize_t _tmpl_to_atype(TALLOC_CTX *ctx, void *out, fr_value_box_field_sizes[dst_type], *((void **)out), fr_value_box_offsets[dst_type]); fr_value_box_memcpy_out(out, &from_cast); - VALUE_BOX_VERIFY(out); /* * Frees any memory allocated for temporary buffers