mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
010764b885
The isst_send_msr_command() function will read 8 bytes but we are
passing an address to an int (4 bytes) so it results in a read overflow.
Fixes:
|
||
---|---|---|
.. | ||
intel_pstate_tracer | ||
intel-speed-select | ||
turbostat | ||
x86_energy_perf_policy |