mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-09 14:52:55 +00:00
A buffer is incorrectly zeroed to the length of the pointer. If
cfg_payload_len < sizeof(void *) this can overwrites unrelated memory.
The buffer contents are never read, so no need to zero.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| hwtstamp_config.c | ||
| Makefile | ||
| timestamping.c | ||
| txtimestamp.c | ||