mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08: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 | ||