]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Fix PR 12028: "GDB crashes on a double free during overload resolution "
authorSami Wagiaalla <swagiaal@redhat.com>
Wed, 22 Sep 2010 15:48:59 +0000 (15:48 +0000)
committerSami Wagiaalla <swagiaal@redhat.com>
Wed, 22 Sep 2010 15:48:59 +0000 (15:48 +0000)
commitec32282347dc5dbd1d58cbc16427e2e24ca6b14c
tree98a4e7cca3009adfc62504214578e5c1951dca26
parente4b0fe2fa7c4fae156f5d0bc3e14fcc9c397614f
Fix PR 12028: "GDB crashes on a double free during overload resolution "

2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>

PR C++/12028
* valops.c (find_oload_champ_namespace_loop): removed incorrect
'old_cleanups' reassignment.

2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>

* gdb.cp/pr12028.cc: New.
* gdb.cp/pr12028.exp: New.
gdb/ChangeLog
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/pr12028.cc [new file with mode: 0644]
gdb/testsuite/gdb.cp/pr12028.exp [new file with mode: 0644]
gdb/valops.c