Ticket #1344 (closed bug: fixed)
Overflow bug in hex character literals
| Reported by: | simonmar | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 7.0.1 |
| Component: | Compiler | Version: | 6.6.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Easy (less than 1 hour) |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Prelude> "Hel\x6c000000000000000 World" <interactive>:1:7: lexical error in string/character literal at character 'c' Prelude> "Hel\x6c0000000000000000 World" "Hel\NUL World"
Two bugs really: the first error message gives a strange location, and the second example is probably the result of an overflow somewhere.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

