Debian Patches

Status for golang-github-moby-sys/0.0~git20260904.79376e0-1

Patch Description Author Forwarded Bugs Origin Last update
0001-user-fix-32-bit-ID-range-parsing-in-parseParts.patch user: fix 32-bit ID range parsing in parseParts
On 32-bit architectures, strconv.Atoi overflows on values like 2147483648
(maxID+1) and returns math.MaxInt32 with strconv.ErrRange. Because conversion
errors were ignored, the GID was truncated to 2147483647 (valid maxID),
causing validation tests expecting out-of-range IDs to be rejected to fail.

Use strconv.ParseInt with 64-bit integer parsing and range bounds checking.
Reinhard Tartler <siretart@tauware.de> yes upstream 2026-09-06

All known versions for source package 'golang-github-moby-sys'

Links