Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions man/fi_av.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,10 @@ set when removing an authorization key fi_addr_t.

This call returns the address stored in the address vector that
corresponds to the given fi_addr. The returned address is the same
format as those stored by the AV. On input, the addrlen parameter
should indicate the size of the addr buffer. If the actual address is
larger than what can fit into the buffer, it will be truncated. On
format as those stored by the AV. Requesting lookup of a fi_addr that is
outside the range of the AV will result in undefined behavior. On input, the
addrlen parameter should indicate the size of the addr buffer. If the actual
address is larger than what can fit into the buffer, it will be truncated. On
output, addrlen is set to the size of the buffer needed to store the
address, which may be larger than the input value.

Expand Down