BIND 10 #847: STLPort regression in b10-resolver

BIND 10 Development do-not-reply at isc.org
Mon Apr 25 18:49:30 UTC 2011


#847: STLPort regression in b10-resolver
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:  UnAssigned
  jinmei                             |                Status:  reviewing
                       Type:         |             Milestone:
  defect                             |  Sprint-20110503
                   Priority:         |            Resolution:
  critical                           |             Sensitive:  0
                  Component:         |           Sub-Project:  DNS
  resolver                           |  Estimated Difficulty:  0.0
                   Keywords:         |           Total Hours:  0
            Defect Severity:  N/A    |
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
Changes (by vorner):

 * owner:  vorner => UnAssigned
 * status:  accepted => reviewing


Comment:

 It should be fixed. The problem was, when the iterator got invalidated by
 the remove, a variable was set so another iteration of the loop was not
 entered, but the iterator was increased once before checking the
 condition. It should be harmless in real life, since the vector iterator
 is only a pointer, so increasing it and not using doesn't matter, but I
 fixed it when I found it.

 The branch contains first commit of #846, for the same reason.

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


More information about the bind10-tickets mailing list