From: Daniel Borkmann <dan...@iogearbox.net> Date: Tue, 24 Jan 2017 01:26:46 +0100
> We need to initialize im_node to NULL, otherwise in case of error path > it gets passed to kfree() as uninitialized pointer. > > Fixes: b95a5c4db09b ("bpf: add a longest prefix match trie map > implementation") > Signed-off-by: Daniel Borkmann <dan...@iogearbox.net> > --- > Mentioned it in http://patchwork.ozlabs.org/patch/718070/, but > was probably overlooked. Applied, thanks.