Opened 12 years ago
Closed 12 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 by , 12 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

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