mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02: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 | ||