mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
2007-06-28 Michael Snyder <msnyder@access-company.com>
* linux-thread-db.c (thread_db_get_thread_local_address): Add gdb_assert before using return value of find_thread_pid (Coverity).
This commit is contained in:
@@ -1081,6 +1081,7 @@ thread_db_get_thread_local_address (ptid_t ptid,
|
||||
|
||||
/* Get info about the thread. */
|
||||
thread_info = find_thread_pid (ptid);
|
||||
gdb_assert (thread_info);
|
||||
thread_db_map_id2thr (thread_info, 1);
|
||||
|
||||
/* Finally, get the address of the variable. */
|
||||
|
||||
Reference in New Issue
Block a user