commit | 3b499ca870e0e13c31fc4fd2345c4d5dcc2642b1 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Jan 10 22:01:35 2015 +0300 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Jan 12 14:27:11 2015 +0000 |
tree | f3141e5945fbd3eb976d94172400276c30cca90d | |
parent | 7c524f420f067a984009b5d31b80ec16edac2666 [diff] |
Fix indirect ipc subcall handling indirect_ipccall used to guess whether currently decoded ipc syscall is an indirect subcall or not based on generic knowledge, while there is a robust method to identify indirect ipc subcalls. * defs.h (TRACE_INDIRECT_SUBCALL): New flag. * ipc.c (indirect_ipccall): Check it. * linux/subcall.h: Set it.