commit | e8681c926c02dad48aca66f3aba1e33122002c36 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Wed Jun 26 14:27:11 2013 +0200 |
committer | Denys Vlasenko <dvlasenk@redhat.com> | Wed Jun 26 14:58:03 2013 +0200 |
tree | 495eb8785342d7b20b7b7342a54d1afd73f561aa | |
parent | fadbf6679cb52d4265a771cbb8635a2ff472e869 [diff] |
Set strace_child only in the right branch "strace_child = pid" assignment was racing in NOMMU case because of vfork (no way to know which process would win). After this change, strace_child is set to nonzero only in one process after [v]fork. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>