Группа :: Система/Серверы
Пакет: pdnsd
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: pdnsd-1.2-alt-no-stat-conff.patch
--- pdnsd-1.2/src/conff.c- 2004-10-13 22:26:04 +0000
+++ pdnsd-1.2/src/conff.c 2004-10-13 22:31:07 +0000
@@ -141,6 +141,7 @@ int read_config_file(const char *nm, glo
*errstr=NULL;
return 0;
}
+#if 0
fd=fileno(in);
/* Note by Paul Rombouts: I am using fstat() instead of stat() here to
prevent a possible exploitable race condition */
@@ -175,6 +176,7 @@ int read_config_file(const char *nm, glo
*errstr=NULL;
}
else
+#endif
retval=confparse(in,global,servers,errstr);
if(fclose(in) && retval) {