summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/guid_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/src/pj/guid_simple.c')
-rw-r--r--pjlib/src/pj/guid_simple.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pjlib/src/pj/guid_simple.c b/pjlib/src/pj/guid_simple.c
index 9e179925..b4ad38af 100644
--- a/pjlib/src/pj/guid_simple.c
+++ b/pjlib/src/pj/guid_simple.c
@@ -36,9 +36,9 @@ PJ_DEF(pj_str_t*) pj_generate_unique_string(pj_str_t *str)
{
static int guid_initialized;
static unsigned pid;
- static char str_pid[5];
- static unsigned char mac_addr[6];
- static char str_mac_addr[16];
+ static char str_pid[32];
+ static unsigned char mac_addr[32];
+ static char str_mac_addr[32];
static unsigned clock_seq;
PJ_CHECK_STACK();