BIND 10 #972: Resolver class is not exception safe
BIND 10 Development
do-not-reply at isc.org
Wed May 25 19:16:01 UTC 2011
#972: Resolver class is not exception safe
----------------------------------------+----------------------------------
Reporter: jinmei | Owner:
Type: defect | Status: new
Priority: major | Milestone: New Tasks
Component: resolver | 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 |
----------------------------------------+----------------------------------
Comment (by jinmei):
Oops, the example for the NULL pointer access wasn't the right one.
This one should be better
{{{
if (need_query_restart) {
impl_->queryShutdown();
impl_->querySetup(*dnss_, *nsas_, *cache_);
}
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/972#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list