Re: [net 1/1] tipc: initialize 'validated' field of received packets

2019-07-17 Thread David Miller
From: Jon Maloy Date: Wed, 17 Jul 2019 23:43:44 +0200 > The tipc_msg_validate() function leaves a boolean flag 'validated' in > the validated buffer's control block, to avoid performing this action > more than once. However, at reception of new packets, the position of > this field may already ha

[net 1/1] tipc: initialize 'validated' field of received packets

2019-07-17 Thread Jon Maloy
The tipc_msg_validate() function leaves a boolean flag 'validated' in the validated buffer's control block, to avoid performing this action more than once. However, at reception of new packets, the position of this field may already have been set by lower layer protocols, so that the packet is erro