Merge branch 'af_unix-fix-msg_oob-bugs-with-msg_peek'
authorJakub Kicinski <kuba@kernel.org>
Sat, 13 Apr 2024 02:05:51 +0000 (19:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 13 Apr 2024 02:05:51 +0000 (19:05 -0700)
commit27f58f7f079b93d91fdd12caf3036b2d8921e0b2
treefd087e4e3dd8a3cc3c7dd8178f9d8b313ce312f8
parent90be7a5ce0e5faec62782c8af37ad4ea0b9ecd40
parent22dd70eb2c3d754862964377a75abafd3167346b
Merge branch 'af_unix-fix-msg_oob-bugs-with-msg_peek'

Kuniyuki Iwashima says:

====================
af_unix: Fix MSG_OOB bugs with MSG_PEEK.

Currently, OOB data can be read without MSG_OOB accidentally
in two cases, and this seris fixes the bugs.

v1: https://lore.kernel.org/netdev/20240409225209.58102-1-kuniyu@amazon.com/
====================

Link: https://lore.kernel.org/r/20240410171016.7621-1-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>