Package: sysprof / 1.1.8-2

Metadata

Package Version Patches format
sysprof 1.1.8-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sysprof debug link.patch | (download)

elfparser.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix debug link crc reading

Debug link crc values is strored after null terminated string in 4
aligned offset. But sysprof was only taking into accoutn alignment
that made elf parser read wrong crc from the debug link string.

Fix is simple check for string length and adding the length to offset
before alignment.

Signed-off-by: Pauli Nieminen <suokkos@gmail.com>

Don t install udev rule.patch | (download)

Makefile.am | 3 0 + 3 - 0 !
Makefile.in | 39 8 + 31 - 0 !
2 files changed, 8 insertions(+), 34 deletions(-)

 [patch] don't install udev rule

Instlling udev rule is pointless when sysprof is using standard
kernel interface for profiling.

Signed-off-by: Pauli Nieminen <suokkos@gmail.com>