Re: [PATCH] gdb: Don't print NUL with "Recursive internal problem."
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Thiago" == Thiago Macieira <[email protected]> writes: Thiago> Off-by-one error. The sizeof(msg) includes the NUL character, which we Thiago> don't want printed. Thank you, this is ok. Approved-By: Tom Tromey <[email protected]> Tom