Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1574420
 поиск   регистрация   авторизация 
 
Группа :: Система/Серверы
Пакет: 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) {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005