| 概要 | In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: fix signed comparison in io_poll_get_ownership() io_poll_get_ownership() uses a signed comparison to check whether if (unlikely(atomic_read(&req->poll_refs) >= IO_POLL_REF_BIAS)) atomic_read() returns int (signed). When IO_POLL_CANCEL_FLAG Fix this by casting the atomic_read() result to unsigned int |
|---|---|
| 公表日 | 2026年6月24日17:16 |
| 登録日 | 2026年6月27日4:17 |
| 最終更新日 | 2026年6月24日17:16 |