diff options
author | Tom Tromey <tom@tromey.com> | 2015-09-19 17:45:47 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2016-06-02 13:18:42 -0600 |
commit | 1b40ec0559f4b24ccdf6b073610c526c4aa33c4d (patch) | |
tree | b9ef31e8cc53d502afbba67d7e1582b1d694bdb6 /gdb/ChangeLog | |
parent | 99914dfd71d74bc700bb6d15647895ac0c8cc8e1 (diff) | |
download | gdb-1b40ec0559f4b24ccdf6b073610c526c4aa33c4d.zip gdb-1b40ec0559f4b24ccdf6b073610c526c4aa33c4d.tar.gz gdb-1b40ec0559f4b24ccdf6b073610c526c4aa33c4d.tar.bz2 |
Fix PR python/18984
This fixes PR python/18984.
The bug is that gdbpy_solib_name uses GDB_PY_LL_ARG, whereas it should
use GDB_PY_LLU_ARG to avoid overflow.
Built and tested on x86-64 Fedora 23.
2016-06-02 Tom Tromey <tom@tromey.com>
PR python/18984:
* python/python.c (gdbpy_solib_name): Use GDB_PY_LLU_ARG.
2016-06-02 Tom Tromey <tom@tromey.com>
PR python/18984:
* gdb.python/py-shared.exp: Add solib_name test.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 18261a7..82d14b3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2016-06-02 Tom Tromey <tom@tromey.com> + + PR python/18984: + * python/python.c (gdbpy_solib_name): Use GDB_PY_LLU_ARG. + 2016-06-01 Pedro Alves <palves@redhat.com> * remote-fileio.c (remote_fio_ctrl_c_flag, remote_fio_sa) |