Skip to content
Snippets Groups Projects
Commit 6763e581 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

config: zero-initialize steer module name buffer

parent 5423a662
Branches
No related tags found
1 merge request!289docs: update uci schema and docs
Pipeline #129489 passed
......@@ -836,7 +836,7 @@ static int cntlr_config_get_steer_params(struct controller_config *cc,
};
struct uci_option *tb[NUM_STEER_ATTRS];
struct steer_control_config *sc;
char name[64];
char name[64] = {0};
uci_parse_section(s, opts, NUM_STEER_ATTRS, tb);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment