ambrop7 пре 14 година
родитељ
комит
4c19283a3b
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      ChangeLog

+ 6 - 0
ChangeLog

@@ -1,10 +1,16 @@
 Version 1.999.113:
 
+- NCD: when starting child processes, make sure that file descriptors for standard
+  streams are always open in the child, by opening /dev/null if they are not.
+
 - Improve build system to allow selective building of components.
   By default, everything is built, unless -DBUILD_NOTHING_BY_DEFAULT=1 is given.
   Individual components can then be enabled or disabled using -DBUILD_COMPONENT=1
   and -DBUILD_COMPONENT=0.
 
+- When starting any BadVPN program, make sure that file descriptors for standard
+  streams are always open in the child, by opening /dev/null if they are not.
+
 - NCD: net.backend.wpa_supplicant(): add 'bssid' and 'ssid' variables to allow
   determining what wireless network wpa_supplicant connected to.