mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-15 15:18:31 +00:00
The probe function pmt_crashlog_probe() may incorrectly reference
the 'priv->entry array' as it uses 'i' to reference the array instead
of 'priv->num_entries' as it should. This is similar to the problem
that was addressed in pmt_telemetry_probe via commit
|
||
|---|---|---|
| .. | ||
| class.c | ||
| class.h | ||
| crashlog.c | ||
| Kconfig | ||
| Makefile | ||
| telemetry.c | ||