commit | 037cabdd5393534a391fc44e2fc462bfe5cc6f78 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu May 14 12:16:01 2020 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu May 14 12:16:04 2020 -0700 |
tree | df5f69c179ff9ef3bec1a21284ef4b86ea974151 | |
parent | 8edb832f791f85d125245a729d4847ff039080c1 [diff] |
ipmiUserSetUserName argument change ipmiUserSetUserName accepts a const char* that it converts to a std::string using a maximum of ipmiMaxUserName to be able to safely handle non-null terminated names. Tested: builds and runs as expected Change-Id: Id8b02216fe9a3572e87f133ae6bfc1f3565c660d Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>