commit | 574732c73d155320f9358d9ee5d84beb0f4ecee2 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 23 15:05:36 2014 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 23 15:07:41 2014 +1030 |
tree | 7ec0855efcbc207f6e226ab97f5da0bdaa2adb4c | |
parent | aa39477b5692611b91ac9455ae588738852b3f60 [diff] |
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 <sasha.levin@oracle.com> Cc: Kees Cook <keescook@chromium.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>