Track tainted data and refuse to expand it
[exim.git] / src / src / dane-openssl.c
index c0bbf3d0d67472ba79cfd78442bd9b9a335f1f47..9b86a488b5cc3c20d47cd673dc4a43af2aa3f663 100644 (file)
@@ -129,7 +129,7 @@ static ERR_STRING_DATA dane_str_reasons[] = {
 };
 #endif
 
-#define DANEerr(f, r) ERR_PUT_error(err_lib_dane, (f), (r), __FILE__, __LINE__)
+#define DANEerr(f, r) ERR_PUT_error(err_lib_dane, (f), (r), __FUNCTION__, __LINE__)
 
 static int err_lib_dane = -1;
 static int dane_idx = -1;