StarlingX Bare Metal and Node Management, Hardware Maintenance
fb89f62a9e
The hbsAgent socket initialization process is declaring a local string variable and then loading the management interface name into it and setting its static management interface config pointer to that variable. So, when that local variable falls out of scope and that local (stack) variable memory is recycled and changed by its new owner then the data the management interface config pointer points to changes and that leads to the reported error condition and log flooding. This update allocates a new memory pointer instead. Change-Id: I858bcc69455f1d915f2873c47a75dd1139cf8fcb Closes-Bug: 1829608 Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com> |
||
---|---|---|
api-ref/source | ||
bsp-files | ||
devstack | ||
doc | ||
installer | ||
inventory | ||
kickstart | ||
mtce | ||
mtce-common | ||
mtce-compute | ||
mtce-control | ||
mtce-storage | ||
python-inventoryclient | ||
releasenotes | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
centos_iso_image.inc | ||
centos_pkg_dirs | ||
CONTRIBUTORS.wrs | ||
LICENSE | ||
README.rst | ||
test-requirements.txt | ||
tox.ini |
metal
StarlingX Bare Metal Management