DNS: use tainted memory for all lookups
[exim.git] / src / src / structs.h
index c40750045fe4d9999f958e25c552fb243eb043a3..bc6edc58631135b16731c7f5726cb00b5fac9812 100644 (file)
@@ -809,7 +809,7 @@ typedef struct {
 
 #ifdef SUPPORT_DANE
   BOOL dane:1;                 /* connection must do dane */
-  dns_answer           tlsa_dnsa;
+  dns_answer           tlsa_dnsa;      /* strictly, this should use tainted mem */
 #endif
 } smtp_connect_args;