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'
- 0.0~git20260904.79376e0-1 (sid)
- 0.0~git20250819.9dc3a90-1 (experimental, forky)
- 0.0~git20241107.638aa7c-2 (trixie-proposed-updates, trixie-security, trixie-backports, trixie)
- 0.0~git20220606.416188a-1 (bookworm, bookworm-security, bookworm-backports)
