DescriptionFix some fragile code that is likely to cause future memory corruption problems. - The ordering of keys in stl containers cannot change. Make the relevant members const to guarantee this assumption. - Add handling and logging for demangle errors. - Fix a potential double-delete bug if a function passed to AddFunction() is already present. BUG=chromium:449214 R=mark@chromium.org Patch Set 1 #
Total comments: 10
Patch Set 2 : Comments from mark@. Added missing code. #Patch Set 3 : Fix typo in dwarf_cu_to_module_unittest.cc. #
MessagesTotal messages: 5
|