Summary
byte-blob-find fails to matches at the end of a byte-blob
Metadata
- Id: dc9b83c8f255404e2d6fdb15023d4e9e3e49ec6b
- Trac id: 1038
- Type: defect
- Reporter: dthedens
- Owner: iraikov
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version: 4.7.x
- Changetime: 2013-08-02 07:41:05 UTC
- Created: 2013-07-26 03:28:52 UTC
- Keywords: byte-blob
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!