From d068b9f9d7adcc43264fb1931256536aa89a980d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 21 Oct 2011 15:14:30 +0200 Subject: ucimap: initialize an uninitialized pointer (patch by Stanislav Fomichev) --- ucimap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ucimap.c') diff --git a/ucimap.c b/ucimap.c index 7af7f63..776a304 100644 --- a/ucimap.c +++ b/ucimap.c @@ -314,6 +314,7 @@ ucimap_add_fixup(struct ucimap_section_data *sd, union ucimap_data *data, struct struct ucimap_fixup *f, tmp; struct uci_map *map = sd->map; + tmp.next = NULL; tmp.sm = om->data.sm; tmp.name = str; tmp.type = om->type; -- cgit v1.2.1