Overview
| Artifact ID: | 1591e536864a2bca18dba63e2d9679d3557ff626c196c0a8570ed04a4de0307b |
|---|---|
| Ticket: | 85b7226da1ecf6194342f802ff4361bfc75b8a34
scan of data containing 0x, 0b treated differently to 0d,0o |
| User & Date: | griffin 2023-08-28 16:58:09 |
Changes
- icomment:
IMO "scan" should not be using an interpretation of the string (i.e. internal rep). It should only be using the string value. It also should be strict with the format type, so %d should accept only { 0 1 2 3 4 5 6 7 8 9 + - }. Nothing else. Only if the # flag is used in the %d format specifier should the 0d prefix be accepted. The C standard library definition should be used here to inform the implementation of [scan]. - login: "griffin"
- mimetype: "text/plain"