diff options
author | Tom Tromey <tom@tromey.com> | 2024-01-09 12:49:16 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2024-01-09 20:10:06 -0700 |
commit | 7e287afdbd62309658908a9a72f78e58281a05e7 (patch) | |
tree | 42855be62c8165a77448c15c9ab17aed8cf57c95 /gprofng/src | |
parent | 1ae0d437f72c86970f3dbdaed5cff070f3fed904 (diff) | |
download | binutils-7e287afdbd62309658908a9a72f78e58281a05e7.zip binutils-7e287afdbd62309658908a9a72f78e58281a05e7.tar.gz binutils-7e287afdbd62309658908a9a72f78e58281a05e7.tar.bz2 |
Fix ASAN failure in DWO code
Simon pointed out that my recent change to the DWO code caused a
failure in ASAN testing.
The bug here was I updated the code to use a different search type in
the hash table; but then did not change the search code to use
htab_find_slot_with_hash.
Note that this bug would not be possible with my type-safe hash table
series, hint, hint.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gprofng/src')
0 files changed, 0 insertions, 0 deletions