mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-21 13:19:51 +00:00
We recently changed these two pointers from void pointers to struct
pointers and it breaks the pointer math so now the "txphdr" points
beyond the end of the buffer.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| rmnet_config.c | ||
| rmnet_config.h | ||
| rmnet_handlers.c | ||
| rmnet_handlers.h | ||
| rmnet_map_command.c | ||
| rmnet_map_data.c | ||
| rmnet_map.h | ||
| rmnet_private.h | ||
| rmnet_vnd.c | ||
| rmnet_vnd.h | ||