Skip to content
Commit 32818c07 authored by Cong Wang's avatar Cong Wang Committed by David S. Miller
Browse files

geneve: fix an uninitialized value in geneve_changelink()

geneve_nl2info() sets 'df' conditionally, so we have to
initialize it by copying the value from existing geneve
device in geneve_changelink().

Fixes: 56c09de3

 ("geneve: allow changing DF behavior after creation")
Reported-by: default avatar <syzbot+7ebc2e088af5e4c0c9fa@syzkaller.appspotmail.com>
Cc: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: default avatarCong Wang <xiyou.wangcong@gmail.com>
Reviewed-by: default avatarSabrina Dubroca <sd@queasysnail.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c75d1d52
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment