BIND 10 trac2764, created. dd41cb13ce276c055af55e486404773dfbf31154 [2764] unified exception messages for the two incomplete-input cases.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 6 07:42:07 UTC 2013
The branch, trac2764 has been created
at dd41cb13ce276c055af55e486404773dfbf31154 (commit)
- Log -----------------------------------------------------------------
commit dd41cb13ce276c055af55e486404773dfbf31154
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Mar 5 23:28:15 2013 -0800
[2764] unified exception messages for the two incomplete-input cases.
adjusted one unit test case based on the message change.
commit f8a24304737fef27da9f2f4f8a02c1a558d6a34e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Mar 5 20:27:24 2013 -0800
[2764] detect intermediate padding explicitly.
we previously relied on boost rejecting the padding chracter and throwing
an exception; since Boost 1.53 paddding characters are considered valid
and conerted to all-0 bits, so we now have to do it ourselves. The detection
logic doesn't rely on the new behavior of Boost, so it should be backward
compatible.
commit 6c4f943e65aad695443076065082d40cfddbfe83
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Mar 5 20:10:39 2013 -0800
[2764] implement postfix version of EncodeNormalizer::operator++.
transform_width in Boost 1.53 requires this version, so build will fail
without it.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list