Fix obvious gotcha in string comparison
authorLuis Machado <lgustavo@codesourcery.com>
Mon, 24 Oct 2016 22:44:56 +0000 (17:44 -0500)
committerLuis Machado <lgustavo@codesourcery.com>
Mon, 24 Oct 2016 22:44:56 +0000 (17:44 -0500)
commit010ece9c47f1ac08c9436b133a74472713dd709b
tree1435312cf422a4fccc9b9ed62380dc55086f41be
parentb8d38ee4250fb6ad001c2f03fa2cef8c2bc06b57
Fix obvious gotcha in string comparison

This patch fixes a gotcha when comparing exception's messages in
exception_print_same. It should've used the statically-allocated
string versions msg1 and msg2 instead.

As is, it could lead to crashes.

gdb/ChangeLog:
2016-10-24  Luis Machado  <lgustavo@codesourcery.com>

* exec.c (exception_print_same): Fix string comparison to use
statically-allocated ones.
gdb/ChangeLog
gdb/exec.c
This page took 0.02708 seconds and 4 git commands to generate.