Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
This commit is contained in:
parent
d5ac8512e3
commit
d81549a7b1
5 changed files with 74 additions and 59 deletions
|
@ -79,6 +79,8 @@ public:
|
|||
_maxCustodyChainLength(0),
|
||||
_ruleCount(0)
|
||||
{
|
||||
memset(_rules,0,sizeof(_rules));
|
||||
memset(_custody,0,sizeof(_custody));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue