commit | 61024d7df56eb753173ded7fd2ce9cd30a5be800 | [log] [tgz] |
---|---|---|
author | Snehalatha Venkatesh <snehalathax.v@intel.com> | Thu Apr 08 16:24:39 2021 +0000 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu May 27 01:45:41 2021 +0000 |
tree | f1bff4f23cb5ba4d95e890ee8470e94723d22353 | |
parent | e76a61a2f7c19ed07e2bfe98533d82bc23692fc1 [diff] |
Fix for ipmid crash with SetUserPassword Issue: SetUserPassword with a short password causes ipmid to crash Fix: Adjust clear sensitive data Tested: 1. Verified using ipmitool commands Command: ipmitool user set password 3 a Response: IPMI command failed: Invalid data field in request Set User Password command failed (user 3) Command: ipmitool user set password 3 asdf1234 Response: Set User Password command successful (user 3) 2. IPMID did not crash wth the changes Signed-off-by: Snehalatha Venkatesh <snehalathax.v@intel.com> Change-Id: Ib9462ed6f79a8ef8592e579521526c9f3e7c79b0
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.