Package: valgrind / 1:3.25.1-1
Metadata
Package | Version | Patches format |
---|---|---|
valgrind | 1:3.25.1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
04_workaround SIGSEGV on PPC.patch | (download) |
coregrind/m_machine.c |
4 4 + 0 - 0 ! |
workaround sigsegv on ppc Signed-off-by: Pierre Habouzit <madcoder@debian.org> |
05_fix callgrind_control.patch | (download) |
callgrind/callgrind_control.in |
2 1 + 1 - 0 ! |
fix callgrind_control that should look for valgrind.bin and not valgrind |
08_fix spelling in manpage.patch | (download) |
docs/xml/manual-core-adv.xml |
2 1 + 1 - 0 ! |
fix spelling-error-in-manpage found by lintian |
10_mpi pkg config.patch | (download) |
configure.ac |
21 11 + 10 - 0 ! |
use pkg-config to detect mpi |
13_fix path to vgdb.patch | (download) |
coregrind/m_gdbserver/remote-utils.c |
6 2 + 4 - 0 ! |
fix path to vgdb executable in output message |
14_fix armhf ftbfs.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
fix ftbfs on armhf |
armhf_neon.patch | (download) |
configure.ac |
4 2 + 2 - 0 ! |
do not require neon on armhf |
16_Add ppc64le linux hardwire for ld64.so.2 strcmp.patch | (download) |
coregrind/m_redir.c |
6 6 + 0 - 0 ! |
[patch] add ppc64le linux hardwire for ld64.so.2 strcmp When dlopen is used we might end up in an assembly powerpc/strcmp.S variant that is optimized in a way memcheck cannot proof correct. We try to intercept strcmp in ld.so, but might fail when strcmp is called before our interception code is loaded. Having an hardwire for ld.so strcmp (earlier intercept) would solve this. https://bugs.kde.org/show_bug.cgi?id=508145 (cherry picked from commit 78fe3625f6b8ed4de28527d71c4a98d70e5b3035) |