Track tainted data and refuse to expand it
[exim.git] / src / src / lookups / lmdb.c
index 931ea5bbe047d83852620396bf1d1ba5447e8298..2976cfac5be591283face64fab8980d9a3884d79 100644 (file)
@@ -30,7 +30,7 @@ Lmdbstrct * lmdb_p;
 int ret, save_errno;
 const uschar * errstr;
 
-lmdb_p = store_get(sizeof(Lmdbstrct));
+lmdb_p = store_get(sizeof(Lmdbstrct), FALSE);
 lmdb_p->txn = NULL;
 
 if ((ret = mdb_env_create(&db_env)))