diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-12-13 17:34:52 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-12-13 17:34:52 +0000 |
commit | 5d003c95923bce6c630e7c37873d667d0c273d0f (patch) | |
tree | e222c9df7c6a57ffa8793b22de6f0c59200587ff /gdb/ChangeLog | |
parent | 105ba819229cbdaf720200da3138847f57e70167 (diff) | |
download | gdb-5d003c95923bce6c630e7c37873d667d0c273d0f.zip gdb-5d003c95923bce6c630e7c37873d667d0c273d0f.tar.gz gdb-5d003c95923bce6c630e7c37873d667d0c273d0f.tar.bz2 |
* i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char
to short so that we don't memcpy() beyond the end of this buffer.
Also, change shift value used in computing val to account for the
fact that only eight bits are used.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e11259..1ea3b1b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-12-13 Kevin Buettner <kevinb@redhat.com> + + * i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char + to short so that we don't memcpy() beyond the end of this buffer. + Also, change shift value used in computing val to account for the + fact that only eight bits are used. + 2001-12-13 Corinna Vinschen <vinschen@redhat.com> * Makefile.in: Add support for xstormy16. |