BIND 10 #2445: suppress initial log
BIND 10 Development
do-not-reply at isc.org
Fri Dec 7 19:07:33 UTC 2012
#2445: suppress initial log
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner: jelte
Type: defect | Status:
Priority: medium | reviewing
Component: Boss of BIND | Milestone:
Keywords: | Sprint-20121218
Sensitive: 0 | Resolution:
Sub-Project: Core | CVSS Scoring:
Estimated Difficulty: 4 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Comment (by jinmei):
One more thing: in `LoggerManagerImpl::flushBufferAppenders()`,
I'd make sure dynamic_cast succeeds:
{{{#!cpp
internal::BufferAppender* app =
dynamic_cast<internal::BufferAppender*>(it->get());
assert(app != NULL); // <= add this line
app->flush();
}}}
--
Ticket URL: <https://bind10.isc.org/ticket/2445#comment:23>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list