return 0;
}
/* But if not started, we had a bogus address. */
- perror("ptrace: umoven");
+ if (addr != 0 && errno != EIO)
+ perror("ptrace: umoven");
return -1;
}
started = 1;
/* Ran into 'end of memory' - stupid "printpath" */
return 0;
}
- if (addr != 0)
+ if (addr != 0 && errno != EIO)
perror("ptrace: umoven");
return -1;
}
/* Ran into 'end of memory' - stupid "printpath" */
return 0;
}
- perror("umovestr");
+ if (addr != 0 && errno != EIO)
+ perror("umovestr");
return -1;
}
started = 1;
/* Ran into 'end of memory' - stupid "printpath" */
return 0;
}
- perror("umovestr");
+ if (addr != 0 && errno != EIO)
+ perror("umovestr");
return -1;
}
started = 1;