]> granicus.if.org Git - strace/commit
process_vm_readv gets EINVAL if process is gone (SIGKILLed). Don't complain.
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 28 Jan 2012 01:49:48 +0000 (02:49 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 28 Jan 2012 01:49:48 +0000 (02:49 +0100)
commit2945639eb854598dbbdc98c4f7e965a0a99492dd
tree2893e6033d6709ec4e6ff34bb55e2284a8dce607
parent64acaa1193173c965ef32919aa5c092ce912d57c
process_vm_readv gets EINVAL if process is gone (SIGKILLed). Don't complain.

* util.c (umoven): Don't complain on EINVAL from process_vm_readv.
(umovestr): Likewise.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util.c