If ifma_protospec is NULL when inm_lookup() is called, there
is a dereference in a NULL struct pointer. This ensures that struct is
not NULL before comparing the address.
Details
Details
- Reviewers
dumbbell mmacy sbruno - Commits
- rS333637: Check that ifma_protospec != NULL in inm_lookup
Have reporter test to ensure crash is fixed, beat on IGMP and
ensure the panic cannot be reproduced.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable