Skip to content
Commit 57aa9f29 authored by Qiujun Huang's avatar Qiujun Huang Committed by Johan Hovold
Browse files

USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback



Fix slab-out-of-bounds read in the interrupt-URB completion handler.

The boundary condition should be (length - 1) as we access
data[position + 1].

Reported-and-tested-by: default avatar <syzbot+37ba33391ad5f3935bbd@syzkaller.appspotmail.com>
Signed-off-by: default avatarQiujun Huang <hqjagain@gmail.com>
Fixes: 1da177e4

 ("Linux-2.6.12-rc2")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
parent dfee7e2f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment