Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fw/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ tfw_ctlfn_state_io(const struct ctl_table *ctl, int is_write,
mutex_lock(&tfw_sysctl_mtx);

if (is_write) {
char buf[T_SYSCTL_STBUF_LEN];
char buf[T_SYSCTL_STBUF_LEN] = {0};
char start[T_SYSCTL_STBUF_LEN] = "start";
char stop[T_SYSCTL_STBUF_LEN] = "stop";
char start_fail_reconfig[T_SYSCTL_STBUF_LEN] =
Expand Down