[PATCH] evh_bytechan: fix out of bounds accesses
Timur Tabi
timur at kernel.org
Tue Jan 14 12:13:10 AEDT 2020
On 1/13/20 7:10 PM, Timur Tabi wrote:
>
> I would prefer that ev_byte_channel_send() is updated to access only
> 'count' bytes. If that means adding a memcpy to the
> ev_byte_channel_send() itself, then so be it. Trying to figure out how
> to stuff n bytes into 4 32-bit registers is probably not worth the effort.
Looks like ev_byte_channel_receive() has the same bug, but in reverse.
More information about the Linuxppc-dev
mailing list