Handle bogus %cs selector in single-step instruction decoding
authorRoland McGrath <roland@redhat.com>
Mon, 16 Jul 2007 08:03:16 +0000 (01:03 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 18 Jul 2007 19:09:01 +0000 (12:09 -0700)
The code for LDT segment selectors was not robust in the face of a bogus
selector set in %cs via ptrace before the single-step was done.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found