2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00
Files
criu/compel/include/uapi
Kirill Tkhai 0469a46a55 seize: Fix size error in creds_dumpable()
The goal of this function is to compare everything except caps,
but caps size is took to compare. It's wrong, there must be
used offsetof(struct proc_status_creds, cap_inh) instead.

Also, sigpnd may be different too.

v3: Move excluding sigpnd from comparation in this patch (was in another patch).
    Reorder fields in seize_task_status().

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-05-10 04:26:56 +03:00
..
2017-03-15 00:06:12 +03:00
2017-03-15 00:06:06 +03:00
2017-03-15 09:36:09 +03:00
2017-03-15 09:36:06 +03:00
2017-03-14 23:58:09 +03:00
2017-03-15 09:36:05 +03:00