forked from Minki/linux
a0341fc198
This read handler had a lot of custom logic and wrote outside the bounds of
the provided buffer. This could lead to kernel and userspace memory
corruption. Just use simple_read_from_buffer() with a stack buffer.
Fixes:
|
||
---|---|---|
.. | ||
command.c | ||
dot_command.c | ||
dot_command.h | ||
event.c | ||
heartbeat.c | ||
i2o.h | ||
ibmasm.h | ||
ibmasmfs.c | ||
lowlevel.c | ||
lowlevel.h | ||
Makefile | ||
module.c | ||
r_heartbeat.c | ||
remote.c | ||
remote.h | ||
uart.c |