dimahardie / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Poosible bug in changeset r714 #407

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've impression that the test in the following code in: 
/trunk/src/processor/static_contained_range_map-inl.h (lines 82-86)
should be inverted

 // The child in iterator->second contains the specified address.  Find out
// if it has a more-specific descendant that also contains it.  If it does,
// it will set |entry| appropriately.  If not, set |entry| to the child.
if (!child_map.RetrieveRange(address, entry))
   entry = child_map.entry_ptr_;

Original issue reported on code.google.com by vadiml1...@gmail.com on 18 Oct 2010 at 3:32