Opened 15 years ago
Closed 15 years ago
#1077 closed Bugs (fixed)
Spirit integer parser does not always detect integer overflow
| Reported by: | Hartmut Kaiser | Owned by: | Hartmut Kaiser |
|---|---|---|---|
| Milestone: | Boost 1.35.0 | Component: | spirit |
| Version: | Boost 1.34.0 | Severity: | Regression |
| Keywords: | Cc: |
Description
The Spirit int_parser primitive doesn't always detects internal integer overflows while parsing.
Patch is attached.
Attachments (1)
Change History (3)
by , 15 years ago
| Attachment: | numeric.ipp.patch added |
|---|
comment:1 by , 15 years ago
| Component: | Building Boost → spirit |
|---|
comment:2 by , 15 years ago
| Milestone: | Boost 1.34.1 → Boost 1.35.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
This patch has already been applied to the trunk.
Note:
See TracTickets
for help on using tickets.

Patch fixing the integer overflow detection during parsing