mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 03:04:55 +00:00
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 | ||