commit | 6526c534b2677ca601b7b92851437feb041d02a1 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 05 12:59:10 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 05 12:59:12 2010 +0930 |
tree | d6d0f6d8cf2b685b2d1d345d938ca5816860dd89 | |
parent | 49668688dd5a5f46c72f965835388ed16c596055 [diff] |
module: move module args strndup_user to just before use Instead of copying and allocating the args and storing it in load_info, we can just allocate them right before we need them. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>