mirror of
https://github.com/samba-team/samba.git
synced 2025-02-11 17:58:16 +03:00
Fix a brown paper bag segfault in clitar
Thanks to "No Body is Perfect" from gmail, whoever that is :-) Volker (cherry picked from commit 679d8dfa390601f777bfb43c02cd921eae5edcf4)
This commit is contained in:
parent
2351b0845c
commit
b8e1d62b8e
@ -40,7 +40,7 @@ static char *desthost;
|
||||
static char *calling_name;
|
||||
static bool grepable = false;
|
||||
static char *cmdstr = NULL;
|
||||
static const char *cmd_ptr = NULL;
|
||||
const char *cmd_ptr = NULL;
|
||||
|
||||
static int io_bufsize = 524288;
|
||||
|
||||
|
@ -100,7 +100,7 @@ char tar_type='\0';
|
||||
static char **cliplist=NULL;
|
||||
static int clipn=0;
|
||||
static bool must_free_cliplist = False;
|
||||
static const char *cmd_ptr = NULL;
|
||||
extern const char *cmd_ptr;
|
||||
|
||||
extern bool lowercase;
|
||||
extern uint16 cnum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user