diff options
author | Sebastian Andrzej Siewior <[email protected]> | 2012-11-29 20:29:01 +0100 |
---|---|---|
committer | Nicholas Bellinger <[email protected]> | 2012-12-07 17:55:44 -0800 |
commit | ed72a4d52add345595f09b360d6ac5f20428d361 (patch) | |
tree | 6ad4f0a9313fc390b7ec6799560b2a0d10207e1a /lib | |
parent | 778229af95977a4aca8656143d457401c2bb8f96 (diff) |
iscsi-target: use kstrdup() for iscsi_param
The kmalloc() + strlen() + memcpy() block is what kstrdup() does as
well. While here I also removed the "to NULL assignment" of pointers
which are fed to kfree or thrown away anyway.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Nicholas Bellinger <[email protected]>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions