diff options
| author | Fenghua Yu <[email protected]> | 2007-07-31 00:37:26 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-31 15:39:36 -0700 |
| commit | 45c876bf12b431afa9c438b24bd6f55f3a815805 (patch) | |
| tree | e8a6b2d3210d425d399de08dcdff45e74080b7db /scripts/patch-kernel | |
| 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 <[email protected]>
Cc: Venkatesh Pallipadi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions