Skip to content

Commit

Permalink
TS-4558: ASAN buffer overflow in traffic_manager -h
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeltner-godaddy authored and jpeach committed Sep 27, 2016
1 parent d589bfe commit 160e7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/traffic_manager/traffic_manager.cc
Expand Up @@ -81,7 +81,7 @@ static AppVersionInfo appVersionInfo; // Build info for this application
static inkcoreapi DiagsConfig *diagsConfig;
static char debug_tags[1024] = "";
static char action_tags[1024] = "";
static bool proxy_off = false;
static int proxy_off = false;
static char bind_stdout[512] = "";
static char bind_stderr[512] = "";

Expand Down Expand Up @@ -436,7 +436,7 @@ main(int argc, const char **argv)
char *proxy_port = 0;
int proxy_backdoor = -1;
char *group_addr = NULL, *tsArgs = NULL;
bool disable_syslog = false;
int disable_syslog = false;
char userToRunAs[MAX_LOGIN + 1];
RecInt fds_throttle = -1;
time_t ticker;
Expand Down

0 comments on commit 160e7bf

Please sign in to comment.