Parcourir la source

[master] changelog for #1829

JINMEI Tatuya il y a 13 ans
Parent
commit
0e9213727b
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 9 0
      ChangeLog

+ 9 - 0
ChangeLog

@@ -1,3 +1,12 @@
+410.	[bug]		jinmei
+	Python CC library now ensures write operations transmit all given
+	data (unless an error happens).  Previously it didn't check the
+	size of transmitted data, which could result in partial write on
+	some systems (notably on OpenBSD) and subsequently cause system
+	hang up or other broken state.  This fix specifically solves start
+	up failure on OpenBSD.
+	(Trac #1829, git 5e5a33213b60d89e146cd5e47d65f3f9833a9297)
+
 409.	[bug]		jelte
 409.	[bug]		jelte
 	Fixed a parser bug in bindctl that could make bindctl crash. Also
 	Fixed a parser bug in bindctl that could make bindctl crash. Also
 	improved 'command help' output; argument order is now shown
 	improved 'command help' output; argument order is now shown