Artifact

if (len1 < sizeof (buf_t1)) t1 = buf_t1; else t1 = xmalloc(len1 + 1); if (BASE64_LENGTH (len1) < sizeof (buf_t2)) t2 = buf_t2; else t2 = xmalloc (BASE64_LENGTH (len1) + 1); sprintf (t1, "%s:%s", user, passwd);

bf9ed1e3-8f70-41e3-9a99-6ee138df4d6c

if (len1 < sizeof (buf_t1)) t1 = buf_t1; else t1 = xmalloc(len1 + 1);

if (BASE64_LENGTH (len1) < sizeof (buf_t2)) t2 = buf_t2; else t2 = xmalloc (BASE64_LENGTH (len1) + 1);

sprintf (t1, "%s:%s", user, passwd);