Skip to content
Commit c0955087 authored by Mohamed Ghannam's avatar Mohamed Ghannam Committed by David S. Miller
Browse files

RDS: Heap OOB write in rds_message_alloc_sgs()



When args->nr_local is 0, nr_pages gets also 0 due some size
calculation via rds_rm_size(), which is later used to allocate
pages for DMA, this bug produces a heap Out-Of-Bound write access
to a specific memory region.

Signed-off-by: default avatarMohamed Ghannam <simo.ghannam@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c0bace79
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