]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'GUE-error-recursion'
authorDavid S. Miller <davem@davemloft.net>
Fri, 4 Jan 2019 21:06:07 +0000 (13:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Jan 2019 21:06:07 +0000 (13:06 -0800)
commit5efb40c964062cce587e93b33a3ee196bf836b96
tree2b47c88227cbd7d560fb44002cf62b896d8631fd
parentee612a685f5c388d289ccefaea1df8636f73445e
parentfe60c3af5250273909873d629a044c25815babcd
Merge branch 'GUE-error-recursion'

Stefano Brivio says:

====================
Fix two further potential unbounded recursions in GUE error handlers

Patch 1/2 takes care of preventing the issue fixed by commit 9552a5f13a10
("fou: Prevent unbounded recursion in GUE error handler") also with
UDP-Lite payloads -- I just realised this might happen from a syzbot
report.

Patch 2/2 fixes the issue for both UDP and UDP-Lite on IPv6, which I also
forgot to deal with in that same commit.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>