Skip to content

Commit 694c17c

Browse files
committed
Document the buffer size needed for audit_encode_value
1 parent 9f1bade commit 694c17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/audit_encode_value.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ encodes a string given by
1313
.I buf
1414
to a ASCII code string.
1515
.I final
16-
is the hexadecimal string encoded to ASCII code.
16+
is the hexadecimal string encoded to ASCII code. The provided buffer must be at least 2 times the size of buf + 1 for a NUL terminator.
1717
.I size
1818
is the length of the string given by
1919
.IR buf .

0 commit comments

Comments
 (0)