BIND 10 trac80, created. 674efef18dbc1a215af65b31b4b38e33f53a6387 Merge commit 'c952dda' into trac80

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Mar 12 00:55:32 UTC 2011


The branch, trac80 has been created
        at  674efef18dbc1a215af65b31b4b38e33f53a6387 (commit)

- Log -----------------------------------------------------------------
commit 674efef18dbc1a215af65b31b4b38e33f53a6387
Merge: 66e6ece c952dda
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 11 16:51:00 2011 -0800

    Merge commit 'c952dda' into trac80

commit 66e6ecea1445b3fb151adda962db171ee65b0501
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 11 16:50:18 2011 -0800

    [trac80] fixed the same bug for wildcard + CNAME
    
    This one is not a critical one, but the previous code returns an incorrect
    response.

commit f1f8b24ea7bd7d408fd009e858458722508db0e7
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 11 16:07:39 2011 -0800

    [trac80] fixed the same type of bug for explicit DNAME query.
    
    This should not cause a crash, but returned an incorrect result.

commit af4b7eba43ad36c0510c77710d975a9beeb08f89
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 11 15:57:52 2011 -0800

    [trac80] cleanup: replaced class-dependent find for rrsetlist with class independent one.
    
    In this case, the behavior should be the same because the class is used
    from the data source, not from the query.  This change is mainly for
    consistency (but as a bonus we can get rid of an unused temporary variable).

commit 659d03c759ca8d350c6c8b7bb6583b09dafa0f54
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 11 15:55:44 2011 -0800

    [trac80] fixed the same type of problem for CNAME and DNAME.
    
    The DNAME case is more critical because it can cause a crash.  The CNAME
    case is a matter of correctness than safety.

commit 0f225ec3b92e320020b731720e8ebe4d5d1fadf8
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Mar 10 19:14:07 2011 -0800

    [trac80] fixed the main bug; null pointer dereference due to class ANY negative query.
    
    With test cases that reproduced the bug and now confirm the fix.

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




More information about the bind10-changes mailing list