Debian Patches
Status for golang-yaml.v2/2.4.0-5
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-Fix-0b-on-32-bit-systems.patch | Fix -0b on 32-bit systems 7b8fd2d introduced a regression on 32-bit systems where -0b values would be cast to an Int before being returned as a Int64, meaning that on 32-bit systems, any negative value smaller than MinInt32 would get wrapped around and returned incorrectly, causing the int64_neg_base2 decode_test to fail. The test case also causes the bin test to fail on 32-bit systems because it presumes the 64-bit edge case value can fit within an Int, which is not the case on a 32-bit system. Move the newly-introduced test case to the Int64-specific test cases, and remove the undesirable coersion of Int64 values to Int when they do not fit. |
Robert McQueen <rob@endlessm.com> | yes | debian upstream | upstream, https://github.com/go-yaml/yaml/pull/442 | 2019-03-11 |
All known versions for source package 'golang-yaml.v2'
- 2.4.3-1 (forky, sid)
- 2.4.2-1 (experimental)
- 2.4.0-5 (trixie-backports, trixie-proposed-updates, trixie-security, trixie)
- 2.4.0-4 (bookworm-backports, bookworm-proposed-updates, bookworm-security, bookworm)
