cvs commit: src/sys/i386/cpufreq est.c
Justin T. Gibbs
gibbs at FreeBSD.org
Sat Mar 1 21:58:35 UTC 2008
gibbs 2008-03-01 21:58:34 UTC
FreeBSD src repository
Modified files:
sys/i386/cpufreq est.c
Log:
In est_acpi_info(), initialize count before passing its pointer to
CPUFREQ_DRV_SETTINGS(). The value of count on input is used to
prefent overflow of the settings buffer passed into CPUFREQ_DRV_SETTINGS().
This corrects the "est: CPU supports Enhanced Speedstep, but is not recognized."
error on my system.
MFC after: 1 week
Revision Changes Path
1.13 +1 -0 src/sys/i386/cpufreq/est.c
More information about the cvs-src
mailing list