DescriptionFix potential null pointer dereference.
If a MinidumpLinuxMapsList was created and destroyed without its Read method,
the program would have a segmentation fault because the destructor did not
check for a null maps_ field. Additional changes include additional
supplementary null checks, a potential memory leak fix, and some comment
removal.
Committed: https://code.google.com/p/google-breakpad/source/detail?r=1478
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|