From: Alan T. DeKok Date: Wed, 27 Oct 2021 18:09:47 +0000 (-0400) Subject: apparently this is needed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8cc55b60588524fb9eb2d4920faacd3a7bd5e9;p=thirdparty%2Ffreeradius-server.git apparently this is needed --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index ecdd2f5350b..c42f7574d6d 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -4556,6 +4556,7 @@ parse: talloc_free(buff); return -1; } + talloc_set_type(bin, uint8_t); /* talloc_realloc doesn't do this */ fr_value_box_memdup_buffer_shallow(NULL, dst, dst_enumv, bin, tainted); /*