Debian Patches

Status for golang-github-kelindar-bitmap/1.5.5-4

Patch Description Author Forwarded Bugs Origin Last update
0001-fix-fromHex-endianness-for-big-endian-architectures.patch Fix fromHex byte order on big-endian architectures The fromHex function reverses decoded hex bytes into little-endian order
then calls FromBytes which uses an unsafe pointer cast to reinterpret
[]byte as []uint64. This cast uses native byte order, producing wrong
results on big-endian systems like s390x.
.
Replace the unsafe FromBytes call with explicit binary.LittleEndian.Uint64
decoding so the conversion is correct on all architectures.
Juan Manuel Mendez Rey <juan.mendezr@proton.me> yes debian 2026-05-18

All known versions for source package 'golang-github-kelindar-bitmap'

Links