Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[iccpd] Fix uninitialized variable. (#5112)
To declare *tb[] but do not initialize it, it might be very risky. We get iccpd exception during processing arp/nd event. Initialize it to {0};
- Loading branch information