Fix bug which gave zero-length DHCPv6 packets if sendto() is interrupted.
diff --git a/CHANGELOG b/CHANGELOG
index 2590e8b..7d0f5ce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -57,6 +57,9 @@
Fix a bug which stopped --dhcp-name-match from working when a hostname
is supplied in --dhcp-host. Thanks to James Feeney for spotting this.
+ Fix bug which caused very rarely caused zero-length DHCPv6 packets.
+ Thanks to Dereck Higgins for spotting this.
+
version 2.80
Add support for RFC 4039 DHCP rapid commit. Thanks to Ashram Method