You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix handling of Jumbo option when it's a destination option.
Pass null pointers to ip6_opt_process() when processing destination
options, and have ip6_opt_process() check for a null pointer-to-payload-
length when processing a Jumbo option and, if the pointer is null,
report it as not being a hop-by-hop option.
This fixes an uninitialized-data fetch.
0 commit comments