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

--- Comment #39 from Mark Wielaard <m...@klomp.org> ---
Created attachment 176588
  --> https://bugs.kde.org/attachment.cgi?id=176588&action=edit
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).

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

Reply via email to