I tried the testcase provided on kde's bug repport, and it is still working
on my machine:
w...@celine:~/debian-fix/valgrind-test% valgrind ./mremap_test
==2811== Memcheck, a memory error detector
==2811== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==2811== Using Valgrind-3.5.0
Package: vim-common
Version: 2:7.2.284-1
Severity: normal
Tags: patch
Hello,
This patch does the trick for me:
--- vim-7.2.330/src/xxd/xxd.c 2010-01-13 00:58:22.0 -0500
+++ vim-7.2.330.patched/src/xxd/xxd.c 2010-01-30 22:30:43.0 -0500
@@ -276,11 +276,8 @@
if (c == '\r'
Package: valgrind
Severity: normal
I tried on version 1:3.5.0-3, and it does work for me.
This is my test program:
#define _GNU_SOURCE
#include
#include
#include
int main()
{
void *someMem = malloc(1);
void *aligned = (void*)((long)someMem & ~4095L);
((char*)aligned)[1000] =
3 matches
Mail list logo