diff options
author | Fenghua Yu <fenghua.yu@intel.com> | 2007-07-31 00:37:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 15:39:36 -0700 |
commit | 45c876bf12b431afa9c438b24bd6f55f3a815805 (patch) | |
tree | e8a6b2d3210d425d399de08dcdff45e74080b7db /MAINTAINERS | |
parent | 7f8e00f2b9797ce7235634431d65269d21ef80d2 (diff) |
Fix uninitialized local variable "covered" in i386 acpi-cpufreq driver
The local variable "covered" is used without initialization in i386
acpi-cpufreq driver. The initial value of covered should be 0. The bug
will cause memory leak when hit. The following patch fixes this bug.
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions