diff options
author | Christopher Ferris <cferris@google.com> | 2016-11-15 14:04:16 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2016-11-16 10:55:20 -0800 |
commit | a19bc2d4edfc261bdccfc5f855c50e83477b3757 (patch) | |
tree | 2cb3b588486f4d25f0574499fe6a1913e56cacbf /libc/malloc_debug/malloc_debug.cpp | |
parent | f97b27a9c06a61206dd1edbbfc5e11b2a293b462 (diff) |
Fix uninitialized variable usage.
If the dladdr call fails, then info.dli_fname will be unitialized.
Make sure that this can't happen.
Bug: 32907235
Test: Enabled malloc debug on an angler and verified that function names
Test: still work.
Change-Id: I738e66d9f37bce07bc4c10f1f9bac11fbfdae2c7
Diffstat (limited to 'libc/malloc_debug/malloc_debug.cpp')
0 files changed, 0 insertions, 0 deletions