Change the type of ti_traceme from a char to an int as its
address is passed to ps_pread for reading sizeof(int) bytes.
This commit is contained in:
parent
fcf41a718f
commit
54448b6186
@ -184,7 +184,7 @@ typedef struct {
|
||||
int ti_pri;
|
||||
lwpid_t ti_lid;
|
||||
char ti_db_suspended;
|
||||
char ti_traceme;
|
||||
int ti_traceme;
|
||||
sigset_t ti_sigmask;
|
||||
sigset_t ti_pending;
|
||||
psaddr_t ti_tls;
|
||||
|
Loading…
x
Reference in New Issue
Block a user