From: Rusty Russell Date: Tue, 23 Dec 2014 04:35:36 +0000 (+1030) Subject: param: initialize store function to NULL if not available. X-Git-Tag: fixes-v4.0-rc1~263^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574732c73d155320f9358d9ee5d84beb0f4ecee2;p=pandora-kernel.git param: initialize store function to NULL if not available. I rebased Kees' 'param: do not set store func without write perm' on top of my 'params: cleanup sysfs allocation'. However, my patch uses krealloc which doesn't zero memory, leaving .store unset. Reported-by: Sasha Levin Cc: Kees Cook Signed-off-by: Rusty Russell --- Reading git-diff-tree failed