diff options
Diffstat (limited to 'libpthread/nptl_db/td_ta_event_getmsg.c')
-rw-r--r-- | libpthread/nptl_db/td_ta_event_getmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl_db/td_ta_event_getmsg.c b/libpthread/nptl_db/td_ta_event_getmsg.c index 6e68ff4ff..d3b46bd56 100644 --- a/libpthread/nptl_db/td_ta_event_getmsg.c +++ b/libpthread/nptl_db/td_ta_event_getmsg.c @@ -31,7 +31,7 @@ td_ta_event_getmsg (const td_thragent_t *ta_arg, td_event_msg_t *msg) td_err_e err; psaddr_t eventbuf, eventnum, eventdata; psaddr_t thp, next; - void *copy; + void *copy = NULL; /* XXX I cannot think of another way but using a static variable. */ /* XXX Use at least __thread once it is possible. */ |