Package: ltrace / 0.7.3-6

Metadata

Package Version Patches format
ltrace 0.7.3-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 avoid libstdc++ | (download)

configure | 9 9 + 0 - 0 !
configure.ac | 9 9 + 0 - 0 !
2 files changed, 18 insertions(+)

 avoid warning from dpkg-shlibdeps:
  package could avoid a useless dependency if ltrace was not
  linked against libstdc++.so.6 (it uses none of the library's symbols)
02 printf p | (download)

printf.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 prevent freeing static-alloc'd memory for %p and %n in printf
Bug-Debian: http://bugs.debian.org/614994
03 alpha debug.h | (download)

sysdeps/linux-gnu/alpha/trace.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fixed ftbfs on alpha
  don't include "debug.h" twice
04 compile warning | (download)

lens_default.c | 2 1 + 1 - 0 !
value.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix compile warning
05 sparc ftbfs | (download)

sysdeps/linux-gnu/sparc/plt.c | 3 2 + 1 - 0 !
sysdeps/linux-gnu/sparc/trace.c | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+), 1 deletion(-)

 fixes compilation on sparc
06 unexpected breakpoint | (download)

handle_event.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 continue after unexpected breakpoint
  (instead of decrementing PC and execute int3 again and again)
gcc 5.diff | (download)

ltrace-elf.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix conditions in elf_read_u{16,32,64}

- The calling convention of need_data is 0 on success, <0 on failure.
  The condition seems to have it all mixed, using both a ! and a
  comparison.

deprecated readdir_r.diff | (download)

sysdeps/linux-gnu/proc.c | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 ftbfs in amd64: 'readdir_r' is deprecated