[svn] commit: r1811 - /trunk/ChangeLog
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 11 17:09:37 UTC 2010
Author: jinmei
Date: Tue May 11 17:09:36 2010
New Revision: 1811
Log:
started logging changes with an experimental log for trac #177
Modified:
trunk/ChangeLog
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Tue May 11 17:09:36 2010
@@ -1,0 +1,15 @@
+ 1. [bug] jinmei
+ lib/dns: parameter validation of Name::split() was not sufficient,
+ and invalid parameters could cause integer overflow and make the
+ library crash. (Trac #177, svn r1806)
+
+LEGEND
+[bug] general bug fix. This is generally a backward compatible change,
+ unless it's deemed to be impossible or very hard to keep
+ compatibility to fix the bug.
+[doc] update to documentation. This shouldn't change run time behavior.
+[func] new feature. In some cases this may be a backward incompatible
+ change, which would require a bump of major version.
+[security] security hole fix. This is no different than a general bug fix
+ except that it will be handled as confidential and will cause
+ security patch releases.
More information about the bind10-changes
mailing list