Re: [PATCH 1/2] stack trace support: fix check on symbol name presence

2014-11-11 Thread Dmitry V. Levin
On Fri, Nov 07, 2014 at 01:32:18AM +0900, Masatake YAMATO wrote: > Acked-by: Masatake YAMATO Applied, thanks. -- ldv pgpcvlY36jLw2.pgp Description: PGP signature -- Comprehensive Server Monitoring with Site24x7. Moni

Re: [PATCH 1/2] stack trace support: fix check on symbol name presence

2014-11-06 Thread Masatake YAMATO
Acked-by: Masatake YAMATO On Thu, 6 Nov 2014 13:59:04 +0100, Thomas De Schampheleire wrote: > From: Thomas De Schampheleire > > The output format of the stack trace is supposed to be different > depending on whether symbol names are available in the build. > > However, the check only verifi

[PATCH 1/2] stack trace support: fix check on symbol name presence

2014-11-06 Thread Thomas De Schampheleire
From: Thomas De Schampheleire The output format of the stack trace is supposed to be different depending on whether symbol names are available in the build. However, the check only verified the validity of the pointer, not of the string pointed to (which could be empty). This commit fixes the c