commit | f3696b3c8bdd32b5621f0fa126c269f13c11bfc4 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Nov 05 22:46:43 2013 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Nov 05 22:46:43 2013 +0000 |
tree | 2fb6342c050cdae90ca88fe1a94fe9c8d9aaf396 | |
parent | 1f65c3cd2ac24c6fcc6a8eb3eb88cd6161c25c88 [diff] |
More select decoding fixes * desc.c (decode_select): Actually print arg[0] as int on entering syscall. When arg[0] is negative, do not attempt to fetch and decode descriptor sets on entering syscall, kernel will reject it anyway. On exiting syscall, stop checking descriptor sets as soon as all returned descriptors are found.