From: Arran Cudbard-Bell Date: Tue, 16 Mar 2021 01:23:25 +0000 (+0000) Subject: Add note X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa48550b4dfbdd2dcf0b810515f0b0177bfeda63;p=thirdparty%2Ffreeradius-server.git Add note --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index 9dde09af001..5488a2888bb 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -3489,7 +3489,7 @@ int fr_value_box_bstr_alloc(TALLOC_CTX *ctx, char **out, fr_value_box_t *dst, fr * @param[in] ctx to realloc buffer in. * @param[out] out if non-null where to write a pointer to the new buffer. * @param[in] dst to realloc buffer for. - * @param[in] len to realloc to. + * @param[in] len to realloc to (don't include nul byte). * @return * - 0 on success. * - -1 on failure.