Rocco Rutte:
[apps/madmutt.git] / mutt_ssl.c
index 0ea28c4..5196e48 100644 (file)
@@ -373,7 +373,7 @@ static char *x509_get_part (char *line, const char *ndx)
 
   c = strstr (line, ndx);
   if (c) {
-    c += mutt_strlen (ndx);
+    c += safe_strlen (ndx);
     c2 = strchr (c, '/');
     if (c2)
       *c2 = '\0';