commit | ed72a4d52add345595f09b360d6ac5f20428d361 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Thu Nov 29 20:29:01 2012 +0100 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Dec 07 17:55:44 2012 -0800 |
tree | 6ad4f0a9313fc390b7ec6799560b2a0d10207e1a | |
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 <bigeasy@linutronix.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>