Logging: fix crash on local_part utf8-conversion fail
[exim.git] / src / src / lookups / lmdb.c
index 5fe86fea24b3a7df2a24d30078f1dca15e2398c4..042229a550a0a201d139b326a7ce7f0d3c5f4893 100644 (file)
@@ -31,7 +31,7 @@ Lmdbstrct * lmdb_p;
 int ret, save_errno;
 const uschar * errstr;
 
-lmdb_p = store_get(sizeof(Lmdbstrct), FALSE);
+lmdb_p = store_get(sizeof(Lmdbstrct), GET_UNTAINTED);
 lmdb_p->txn = NULL;
 
 if ((ret = mdb_env_create(&db_env)))