After r335924 rip6_input() needs inp validation to avoid
working on FREED inps.
Apply the relevant bits from r335497, r335501 (rip_input() change)
to the IPv6 counterpart.
PR: 232194
Differential D17594
rip6_input() inp validation after epoch(9) bz on Oct 17 2018, 8:25 AM. Authored by Tags None Referenced Files
Details After r335924 rip6_input() needs inp validation to avoid Apply the relevant bits from r335497, r335501 (rip_input() change) PR: 232194
Diff Detail
Event Timeline
Comment Actions The current patch is fine. Moving the epoch_exit() until the end of the function may be considered a future optimisation. |