public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix for the stabs debug parser
@ 2022-02-19 19:51 Andrew Burgess
  2022-02-19 19:51 ` [PATCH 1/2] gdb: make use of std::string in dbxread.c Andrew Burgess
  2022-02-19 19:51 ` [PATCH 2/2] gdb: avoid nullptr access in dbxread.c from read_dbx_symtab Andrew Burgess
  0 siblings, 2 replies; 7+ messages in thread
From: Andrew Burgess @ 2022-02-19 19:51 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

Fixes bug:

  https://sourceware.org/bugzilla/show_bug.cgi?id=28900

Andrew

Andrew Burgess (2):
  gdb: make use of std::string in dbxread.c
  gdb: avoid nullptr access in dbxread.c from read_dbx_symtab

 gdb/dbxread.c | 155 ++++++++++++++++++++++++++++++--------------------
 1 file changed, 92 insertions(+), 63 deletions(-)

-- 
2.25.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-02-21 11:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-19 19:51 [PATCH 0/2] fix for the stabs debug parser Andrew Burgess
2022-02-19 19:51 ` [PATCH 1/2] gdb: make use of std::string in dbxread.c Andrew Burgess
2022-02-20  1:27   ` Simon Marchi
2022-02-21 11:50     ` Andrew Burgess
2022-02-19 19:51 ` [PATCH 2/2] gdb: avoid nullptr access in dbxread.c from read_dbx_symtab Andrew Burgess
2022-02-20  1:30   ` Simon Marchi
2022-02-21 11:51     ` Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).