Merge branches 'acpi-tools' and 'pm-tools'
* acpi-tools: ACPICA: acpidump: Update MAINTAINERS file to include tools folder for ACPI/ACPICA. ACPICA: acpidump: Enable tools Makefile to include acpi tools. ACPICA: acpidump: Cleanup tools/power/acpi makefiles. * pm-tools: PM / tools: new tool for suspend/resume performance optimization cpupower: Fix sscanf robustness in cpufreq-set
此提交包含在:
@@ -257,7 +257,7 @@ int cmd_freq_set(int argc, char **argv)
|
||||
print_unknown_arg();
|
||||
return -EINVAL;
|
||||
}
|
||||
if ((sscanf(optarg, "%s", gov)) != 1) {
|
||||
if ((sscanf(optarg, "%19s", gov)) != 1) {
|
||||
print_unknown_arg();
|
||||
return -EINVAL;
|
||||
}
|
||||
|
新增問題並參考
封鎖使用者