commit | f49481bc50fce428521497977861b8115666dbe7 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Feb 13 13:26:24 2007 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Feb 13 13:26:24 2007 +0100 |
tree | 82b104f236cbc9b57d906c79c432fd8bb2d46bd8 | |
parent | 2f7a2a79c3ebb44f8b1b7d9b4fd3a650eb69e544 [diff] |
[PATCH] x86-64: Check return value of putreg in PTRACE_SETREGS This means if an illegal value is set for the segment registers there ptrace will error out now with an errno instead of silently ignoring it. Signed-off-by: Andi Kleen <ak@suse.de>