https://bugs.kde.org/show_bug.cgi?id=451827

--- Comment #4 from Jesus Checa <jch...@redhat.com> ---
Hi Carl,

Thanks for the quick patch. I verified it with a fresh valgrind repo and all
looks good now. FTR, these are the steps I followed for the verification:
```
$ gcc reproducer.c -o reproducer # This is the reproducer presented in bug
description
$ curl https://bugsfiles.kde.org/attachment.cgi?id=147709 > vbpermq.patch
$ git clone git://sourceware.org/git/valgrind.git && cd valgrind
$ git apply ../vbpermq.patch
$ ./autogen.sh && ./configure && make -j$(nproc)
$ ./vg-in-place ../reproducer
```

No temporary storage exhausted messages now. To give it a twist, I added a
ridiculously high number of vbpermq instructions (~1000) to the reproducer, and
valgrind still runs perfectly, so the patch is fine from my side.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to