Skip to content

Commit 869105a

Browse files
committed
[#1362] Restore architecture package wrapping and initialize DataNodeBase name buffer
1 parent 19cf823 commit 869105a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/simulation/onboardDataHandling/_GeneralModuleFiles/dataNodeBase.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ DataNodeBase::DataNodeBase()
2828
{
2929
this->dataStatus = 1; //!< Node defaults to on unless overwritten.
3030
this->nodeDataMsg = this->nodeDataOutMsg.zeroMsgPayload;
31+
memset(this->nodeDataName, 0, sizeof(this->nodeDataName));
3132

3233
return;
3334
}

0 commit comments

Comments
 (0)