mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 19:51:27 +00:00
iscsi-scstd: Fix a dereference-before-null-check
Detected by Coverity. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -245,7 +245,7 @@ static struct __qelem *account_list_get(struct target *target, int dir)
|
||||
|
||||
char *config_sep_string(char **pp)
|
||||
{
|
||||
char *p = *pp;
|
||||
char *p;
|
||||
char *q;
|
||||
static char blank = '\0';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user