ALOGE("Out of memory: %s\n", errno_str);
return;
}
- snprintf(samsung_pwr->touchkey_power_path, node_pathsize, node_path);
+ snprintf(samsung_pwr->touchkey_power_path, node_pathsize,
+ "%s", node_path);
}
if (strncmp(file_content, "sec_touchscreen", 15) == 0) {
ALOGE("Out of memory: %s\n", errno_str);
return;
}
- snprintf(samsung_pwr->touchscreen_power_path, node_pathsize, node_path);
+ snprintf(samsung_pwr->touchscreen_power_path, node_pathsize,
+ "%s", node_path);
}
}
}