commit | 4d10380e720a3ce19dbe88d0133f66ded07b6a8f | [log] [tgz] |
---|---|---|
author | Jan Glauber <jang@linux.vnet.ibm.com> | Thu May 19 16:55:25 2011 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu May 19 16:55:26 2011 +0930 |
tree | 9c652a201f13d67be5671a45e9815c7e7e3b4e0e | |
parent | 5d05c70849f760ac8f4ed3ebfeefb92689858834 [diff] |
module: zero mod->init_ro_size after init is freed. Reset mod->init_ro_size to zero after the init part of a module is unloaded. Otherwise we need to check if module->init is NULL in the unprotect functions in the next patch. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>