#619 closed defect (fixed)
string->number accepts out of range characters for base > 10
| Reported by: | Jim Ursetto | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | critical | Milestone: | 4.9.0 |
| Component: | core libraries | Version: | 4.6.0 |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
Introduced in ffb9d810, so present since 4.6.0.
(string->number "g" 16) 16.0
Patch is attached.
Attachments (1)
Change History (3)
Changed 14 years ago by
| Attachment: | 0001-string-number-accepted-out-of-range-characters-for-a.patch added |
|---|
comment:1 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Thanks, zb. am'd in master.