BIND 10 master, updated. 1779eb23b4a147af7585f1c7d090f7c00ecaff6d [master] Added ChangeLog entry 600.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Apr 9 19:24:08 UTC 2013


The branch, master has been updated
       via  1779eb23b4a147af7585f1c7d090f7c00ecaff6d (commit)
      from  cac02e9290600407bd6f3071c6654c1216278616 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1779eb23b4a147af7585f1c7d090f7c00ecaff6d
Author: Thomas Markwalder <tmark at isc.org>
Date:   Tue Apr 9 15:23:31 2013 -0400

    [master] Added ChangeLog entry 600.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    9 +++++++++
 1 file changed, 9 insertions(+)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index ae7935d..d36ded8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+600.	[bug]		tmark]
+	Changed mysql_lease_mgr to set the SQL mode option to STRICT. This
+	causes mysql it to treat invalid input data as an error. Rather than
+	"successfully" inserting a too large value by truncating it, the
+	insert will fail, and the lease manager will throw an exception.
+	Also, attempts to create a HWAddr (hardware address) object with
+	too long an array of data now throw an exception.
+	(Trac #2387, git cac02e9290600407bd6f3071c6654c1216278616)
+
 599.	[func]		tomek
 	libdhcp++: Pkt6 class is now able to parse and build relayed DHCPv6
 	messages.



More information about the bind10-changes mailing list