Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws: Properly initialize optlen for getopt() call
The optlen argument for fi_getopt() should be initialized to the length of the optval datatype. The EFA provider does not currently enforce this check, but will do so in the future (as it's a bug in the provider that they do not currently check the length before writing). Signed-off-by: Brian Barrett <[email protected]> (cherry picked from commit 69d6320)
- Loading branch information