#1103 closed defect (fixed)
Bounded STRING-EQUAL bug
Reported by: | rongarret | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ANSI CL Compliance | Version: | trunk |
Keywords: | Cc: |
Description
? (string-equal :a :ba :start2 1)
Error: :start2 argument 0 exceeds :end2 argument 2
It's a simple bug. There are two references to len1 in ccl::%bounded-string-equal that should be len2.
Change History (2)
comment:1 Changed 6 years ago by rme
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 5 years ago by rme
(In [15888]) Merge string-equal fix from trunk (see ticket:1103).
Note: See
TracTickets for help on using
tickets.
(In [15878]) In %bounded-string-equal, set len2 (not len1) when string2 is a symbol or character. Closes ticket:1103.