Summary

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

Metadata

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.

Changes and comments

[2013-07-29 07:40:56 UTC] iraikov changed status from new to accepted

[2013-07-29 07:40:56 UTC] iraikov set owner to iraikov

[2013-07-29 07:40:56 UTC] iraikov wrote:

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

[2013-07-31 03:51:54 UTC] dthedens wrote:

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

[2013-08-02 07:41:05 UTC] iraikov changed status from accepted to closed

[2013-08-02 07:41:05 UTC] iraikov set resolution to fixed