Page MenuHomeFreeBSD

ndp: cope with unresolved neighbours
ClosedPublic

Authored by kp on Sep 18 2023, 5:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 19, 12:46 AM
Unknown Object (File)
Apr 30 2024, 8:41 PM
Unknown Object (File)
Apr 30 2024, 8:40 PM
Unknown Object (File)
Apr 30 2024, 8:27 PM
Unknown Object (File)
Apr 30 2024, 6:39 PM
Unknown Object (File)
Apr 26 2024, 1:47 AM
Unknown Object (File)
Apr 21 2024, 9:49 PM
Unknown Object (File)
Apr 21 2024, 7:18 AM
Subscribers

Details

Summary

If we've not (yet) resolved a neighbour nda_lladdr will be NULL, and
NLA_DATA_LEN(neigh->nda_lladdr) will dereference a NULL pointer.

Avoid that by checking nda_lladdr first, and only dereferencing if it's
not NULL.

Test case:
ping6 -c 1 <non-existant neighbour>
ndp -a

MFC after: 3 days
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable