Debian Patches

Status for golang-sourcehut-rockorager-vaxis/0.17.1-2

Patch Description Author Forwarded Bugs Origin Last update
001-fix-on-32-bit.patch [PATCH vaxis] parser: Fix overflow for 32-bit archs in CSI.Param
The `Param()` function is returning `int(seq.Params()[i])` and this
is problematic in cases when this value is uint32max. While it works
without problems on 64-bit systems, since int defaults to int64, this
fails on 32-bit systems. This is now fixed with returning MaxInt if
the value exceeds that threshold.

In addition to this, the test `TestCSIParameterSaturatesWhenTooLong` was
also directly using `int(^uint32(0))` which will also fail on 32-bit systems
for similar reasons. Similar to above fix, the max values specific to arch
are computed and compared.
Nilesh Patra <nilesh@debian.org> no 2026-08-05

All known versions for source package 'golang-sourcehut-rockorager-vaxis'

Links