mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
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
17693f561c
commit
fc0053df42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181651
@ -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…
Reference in New Issue
Block a user