https://bugs.kde.org/show_bug.cgi?id=468575
--- Comment #59 from Mark Wielaard <m...@klomp.org> --- (In reply to Mark Wielaard from comment #39) > Created attachment 176588 [details] > close_range fd as Int > > The double_close_range failure seems to be because the close_range wrapper > is using unsigned int and the ARG regwords directly. Which causes the ARG2 > == ~0U check to fail. Explicitly using Int for the fd arguments seems to fix > it. I am not clear on why this was only an issue for the riscv port. It > seems this patch is OK for other arches (tested on amd64 and i386). I pushed this patch directly to valgrind trunk. -- You are receiving this mail because: You are watching all bug changes.