Opened 11 years ago

Closed 11 years ago

#1038 closed defect (fixed)

byte-blob-find fails to matches at the end of a byte-blob

Reported by: dthedens Owned by: Ivan Raikov
Priority: minor Milestone: someday
Component: extensions Version: 4.7.x
Keywords: byte-blob Cc:
Estimated difficulty:

Description

(byte-blob-find (list->byte-blob (list 2 3)) (list->byte-blob (list 0 1 2 3)))

fails to find a match as do other needles of length two or more that should match at the end. Needles of '(1 2) and '(3) succeed, but '(1 2 3) and '(0 1 2 3) also fail.

Change History (3)

comment:1 Changed 11 years ago by Ivan Raikov

Owner: set to Ivan Raikov
Status: newaccepted

I think this is fixed in release 1.15, please try it out.

comment:2 Changed 11 years ago by dthedens

Yes, this fixed all the cases that I tried. Thanks for the quick reply!

comment:3 Changed 11 years ago by Ivan Raikov

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.