Commit 27f58f7
committed
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>1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2663 | 2663 | | |
2664 | 2664 | | |
2665 | 2665 | | |
2666 | | - | |
| 2666 | + | |
| 2667 | + | |
| 2668 | + | |
2667 | 2669 | | |
2668 | 2670 | | |
2669 | 2671 | | |
| |||
2741 | 2743 | | |
2742 | 2744 | | |
2743 | 2745 | | |
| 2746 | + | |
2744 | 2747 | | |
2745 | 2748 | | |
2746 | 2749 | | |
2747 | | - | |
| 2750 | + | |
2748 | 2751 | | |
2749 | | - | |
2750 | | - | |
2751 | | - | |
| 2752 | + | |
2752 | 2753 | | |
2753 | 2754 | | |
2754 | 2755 | | |
2755 | | - | |
2756 | 2756 | | |
2757 | 2757 | | |
2758 | 2758 | | |
| |||
0 commit comments