Re: Does gdb debuginfod download libc etc.?
Paul Smith via Gdb <[email protected]> Fri, 13 Mar 2026 11:44:50 -0400
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Organization | GNU's Not UNIX! |
| Message-ID | <[email protected]> |
On Fri, 2026-03-13 at 13:45 +0000, Andrew Burgess wrote: > I suspect this is a use-after-free bug. Try the patch below and let > me know if this fixes things. Aha! I was looking for some kind of uninitialized filename pointer but this patch makes perfect sense. And, it fixes the problem. Nice!