This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] Fix GDB crash (Re: [1/2] RFC: reference count breakpoint commands)


>>>>> "Ulrich" == Ulrich Weigand <uweigand@de.ibm.com> writes:

Ulrich> This patch caused GDB to crash for me during execution of the
Ulrich> commands.exp test case.  The problem appears to be caused by a
Ulrich> bpstat with NULL commands, but a non-NULL commands_left pointing
Ulrich> to uninitialized memory.

I'm sorry about that.

Ulrich> The following patch implements this, fixing the crash I was seeing.

Thank you.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]