Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.

This commit is contained in:
Adam Ierymenko 2019-03-25 22:19:52 +00:00
parent d5ac8512e3
commit d81549a7b1
5 changed files with 74 additions and 59 deletions

View file

@ -79,6 +79,8 @@ public:
_maxCustodyChainLength(0),
_ruleCount(0)
{
memset(_rules,0,sizeof(_rules));
memset(_custody,0,sizeof(_custody));
}
/**