mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 03:59:22 +02: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 | ||