This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb: Check for nullptr when computing srcpath
- From: Simon Marchi <simark at simark dot ca>
- To: Aaron Merey <amerey at redhat dot com>, gdb-patches at sourceware dot org
- Date: Thu, 27 Feb 2020 14:18:03 -0500
- Subject: Re: [PATCH] gdb: Check for nullptr when computing srcpath
- References: <CAJDtP-Q8E=Kyf4n8-o3OJ=gKjR4e+sHKTA0FbL0h8uTqF-NmnQ@mail.gmail.com>
On 2020-02-27 1:00 p.m., Aaron Merey wrote:
>
Hi Aaron,
Please provide in the commit message an explanation of what this fixes, including
how to reproduce the crash. Since this fixes the execution of an existing test
case, you can include the "make check" command line used to run it, like:
make check TESTS="gdb.dwarf2/dw2-ranges-base"
Simon