Commit 6b47ab8
committed
io_uring: use correct pointer for io_uring_show_cred()
Previous commit changed how we index the registered credentials, but
neglected to update one spot that is used when the personalities are
iterated through ->show_fdinfo(). Ensure we use the right struct type
for the iteration.
Reported-by: syzbot+a6d494688cdb797bdfce@syzkaller.appspotmail.com
Fixes: 1e6fa52 ("io_uring: COW io_identity on mismatch")
Signed-off-by: Jens Axboe <axboe@kernel.dk>1 parent ef9865a commit 6b47ab8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8974 | 8974 | | |
8975 | 8975 | | |
8976 | 8976 | | |
8977 | | - | |
| 8977 | + | |
| 8978 | + | |
8978 | 8979 | | |
8979 | 8980 | | |
8980 | 8981 | | |
| |||
0 commit comments