diff options
| author | Chuck Silvers <chuq@chuq.com> | 2021-06-30 02:48:56 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-07-02 18:37:31 +0200 |
| commit | 55aa55c24fe77aae07d530662f91b4d50c4990f0 (patch) | |
| tree | e801ce4af7f43d5a68acec15c3801fcdbb8d29a3 /CONTRIBUTORS | |
| parent | 658ebc66ddf4b2d7ebaf8ecf291da16a1528eeef (diff) | |
executor: initialize scope in fault_ioc_info
The "scope" field of struct fault_ioc_info is an input to the ioctl,
so initialize it to FAULT_SCOPE_LWP to match other fault_ioc_* usage.
Diffstat (limited to 'CONTRIBUTORS')
| -rw-r--r-- | CONTRIBUTORS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e22345915..25f3684a9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -92,4 +92,5 @@ Microsoft Corporation Mickaël Salaün ANSSI Vincent Dagonneau -Desmond Cheong Zhi Xi
\ No newline at end of file +Desmond Cheong Zhi Xi +Chuck Silvers |
