string handling: strlen for gstring
[exim.git] / src / src / acl.c
index 3166069baa46f7701addccad36a44e9f12cb5562..13cda1ab479865f1b1a78bc1e83e55307dd96fe2 100644 (file)
@@ -1022,8 +1022,8 @@ for (p = q; *p; p = q)
   if (!*hptr)
     {
     /* The header_line struct itself is not tainted, though it points to
-    tainted data. */
-    header_line *h = store_get(sizeof(header_line), FALSE);
+    possibly tainted data. */
+    header_line * h = store_get(sizeof(header_line), FALSE);
     h->text = hdr;
     h->next = NULL;
     h->type = newtype;