commit | 2945639eb854598dbbdc98c4f7e965a0a99492dd | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jan 28 02:49:48 2012 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jan 28 02:49:48 2012 +0100 |
tree | 2893e6033d6709ec4e6ff34bb55e2284a8dce607 | |
parent | 64acaa1193173c965ef32919aa5c092ce912d57c [diff] |
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>