]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
"out" is a C data type, not a value-box
authorAlan T. DeKok <aland@freeradius.org>
Mon, 4 Sep 2023 01:30:26 +0000 (21:30 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 4 Sep 2023 01:30:26 +0000 (21:30 -0400)
src/lib/server/tmpl_eval.c

index 5d2674c5a2c8808762d42ed8e30d789f4f9ae7dd..eea811a5c457f7f41ff475772204c326e50f7f9d 100644 (file)
@@ -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