Check query strings of query-style lookups for quoting. Bug 2850
[exim.git] / src / OS / unsupported / os.c-IRIX
index c1539cb507846273acf5c7096b92c87f735a5738..d7a8b4f7a644576576522e6e0bcb475129e610e6 100644 (file)
@@ -59,7 +59,7 @@ if (sysctl(mib, 6, NULL, &needed, NULL, 0) < 0)
   log_write(0, LOG_PANIC_DIE, "iflist-sysctl-estimate failed: %s",
     strerror(errno));
 
-buf = store_get(needed, FALSE);
+buf = store_get(needed, GET_UNTAINTED);
 
 if (sysctl(mib, 6, buf, &needed, NULL, 0) < 0)
   log_write(0, LOG_PANIC_DIE, "sysctl of ifnet list failed: %s",