mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue