id summary reporter owner description type status priority milestone component version resolution keywords cc difficulty 1037 byte-blob-find fails on certain matches on 32-bit Chicken dthedens Ivan Raikov "(byte-blob-find (list->byte-blob (list 1 31)) (list->byte-blob (list 0 1 31 3))) fails to match on 32-bit, but succeeds on 64-bit. Replace 31 with any byte value with low 5 bits all set (63, 95, etc.) and matches also fail. This may be related to the fact that internal function (swizzle 31) -> 0 on 32-bit, but is #x80000000 on 64-bit." defect closed major someday extensions 4.7.x fixed byte-blob, 32-bit