Re: [tipc-discussion] [PATCHv3 net 0/3] tipc: fix the mtu update in link mtu negotiation

2023-05-14 Thread Tung Quang Nguyen via tipc-discussion
>Subject: [PATCHv3 net 0/3] tipc: fix the mtu update in link mtu negotiation > >This patchset fixes a crash caused by a too small MTU carried in the >activate msg. Note that as such malicious packet does not exist in >the normal env, the fix won't break any application > >The 1st patch introduces

[tipc-discussion] [PATCHv3 net 0/3] tipc: fix the mtu update in link mtu negotiation

2023-05-14 Thread Xin Long
This patchset fixes a crash caused by a too small MTU carried in the activate msg. Note that as such malicious packet does not exist in the normal env, the fix won't break any application The 1st patch introduces a function to calculate the minimum MTU for the bearer, and the 2nd patch fixes the