Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pimd: fix null memory access on IGMP source limit
When the IGMP group source limit is reached the function `igmp_get_source_by_addr` won't return a `struct gm_source` so we must test for that condition before attempting to access its fields. Fixes coverity scan issue 1637406. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
- Loading branch information