criu/compel
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
..
arch ia32: Rename has_compat_sigreturn => compat_cr 2017-05-10 04:13:40 +03:00
include seize: Fix size error in creds_dumpable() 2017-05-10 04:26:56 +03:00
plugins compel: make plugins .a archives 2017-04-02 18:12:10 +03:00
src compel: Print why memfd()-ing task fails 2017-04-11 08:59:16 +03:00
test compel: Test for FDs stealing 2017-03-15 09:36:09 +03:00
.gitignore arm/compel: add generated headers to .gitignore 2017-04-17 18:35:58 +03:00
compel-host compel cli: show includes 2017-03-15 00:09:55 +03:00
Makefile compel: no -r for ARM ldflags 2017-04-02 18:12:10 +03:00