BIND 10 #460: constructors of b10-auth and b10-recurse are not exception safe

BIND 10 Development do-not-reply at isc.org
Mon Feb 20 16:14:03 UTC 2012


#460: constructors of b10-auth and b10-recurse are not exception safe
----------------------------------------+----------------------------
                   Reporter:  jinmei    |                 Owner:
                       Type:  defect    |                Status:  new
                   Priority:  minor     |             Milestone:
                  Component:  b10-auth  |            Resolution:
                   Keywords:            |             Sensitive:  0
            Defect Severity:  N/A       |           Sub-Project:  DNS
Feature Depending on Ticket:            |  Estimated Difficulty:  0.0
        Add Hours to Ticket:  0         |           Total Hours:  0
                  Internal?:  0         |
----------------------------------------+----------------------------
Changes (by shane):

 * subproject:   => DNS
 * severity:   => N/A


Comment:

 There has been refactoring in the auth code, but the same problem seems to
 apply:

 {{{#!cc
 AuthSrv::AuthSrv(const bool use_cache, AbstractXfroutClient&
 xfrout_client)
 {
     impl_ = new AuthSrvImpl(use_cache, xfrout_client);
     checkin_ = new ConfigChecker(this);
     dns_lookup_ = new MessageLookup(this);
     dns_answer_ = new MessageAnswer(this);
 }
 }}}

-- 
Ticket URL: <http://bind10.isc.org/ticket/460#comment:4>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list