BIND 10 trac2276, created. ae20aca3d9324f9439baaf692f42db76ab15912f [2276] Change order of arguments to createFindResult()
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun Sep 30 20:44:02 UTC 2012
The branch, trac2276 has been created
at ae20aca3d9324f9439baaf692f42db76ab15912f (commit)
- Log -----------------------------------------------------------------
commit ae20aca3d9324f9439baaf692f42db76ab15912f
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Oct 1 02:13:15 2012 +0530
[2276] Change order of arguments to createFindResult()
"... because it's more consistent with other functions/methods that
take both a node and rdataset, and because it would be the more natural
order if we consider the pair of them as an RRset."
commit 0f0501530b755d42670e7e8d9a044027c20e1f27
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Oct 1 02:07:05 2012 +0530
[2276] Rename some incorrectly named rrset variables to rdataset
commit eff1c6bcb840aa9a8736c6c29a1eeb68eef30279
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Oct 1 02:01:37 2012 +0530
[2276] Rename find_internal() to findInternal() as per naming convention
commit 92daff7ee6bbd0a41b9a993a1d5d2b151984233a
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Oct 1 01:59:24 2012 +0530
[2276] Add argument that was missing in last commit
commit 003b2878529f02062656b84187edb800bc292c35
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Oct 1 01:58:16 2012 +0530
[2276] Avoid uninitialized variable from in-memory getClosestNSEC
nsec_node can be left uninitialized and subsequently used.
A straightforward fix is to set it to NULL at declaration, but I'd
rather solve it by making the interface safer, i.e., instead of passing
ZoneNode** to getClosestNSEC(), let getClosestNSEC return a pair of
ZoneNode* and RdataSet*.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list