-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parseIptunData caused index out of range
panic
#509
Comments
|
Looks like Line 2580 in ec20eb4
if len(datum.Value) != 0
|
Not only vxlan interface has the issue, all tunnel interface should be checked. Is this OK ?
|
This looks fine. Did you want to propose a change? Or shall i do it |
I think you can do it. ;-) |
Signed-off-by: Dongdong Wang <[email protected]>
Signed-off-by: Dongdong Wang <[email protected]>
Signed-off-by: Dongdong Wang <[email protected]>
The first fix vishvananda#512 apparently didn't solve all cases. This generically skips values that are null to solve the problem. Also closes vishvananda#548.
Signed-off-by: Dongdong Wang <[email protected]>
Signed-off-by: Dongdong Wang <[email protected]>
Signed-off-by: Dongdong Wang <[email protected]>
The
ip link
command dump:The panic backtrace are:
The text was updated successfully, but these errors were encountered: