Closed attilaolah closed 6 months ago
unix.BLKBSZGET overflows int32, breaking compilation on 32-bit systems. Since a uintptr is needed, coerce the constants directly to uintptr instead of coercing first to a signed int.
Thank you, I merged the fix into #93.
unix.BLKBSZGET overflows int32, breaking compilation on 32-bit systems. Since a uintptr is needed, coerce the constants directly to uintptr instead of coercing first to a signed int.