diff options
Diffstat (limited to 'libpthread/nptl_db/td_thr_validate.c')
-rw-r--r-- | libpthread/nptl_db/td_thr_validate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl_db/td_thr_validate.c b/libpthread/nptl_db/td_thr_validate.c index 3d560a621..19ee940d6 100644 --- a/libpthread/nptl_db/td_thr_validate.c +++ b/libpthread/nptl_db/td_thr_validate.c @@ -57,7 +57,7 @@ td_err_e td_thr_validate (const td_thrhandle_t *th) { td_err_e err; - psaddr_t list; + psaddr_t list = NULL; LOG ("td_thr_validate"); |