Opened 12 years ago

Closed 9 years ago

#4900 closed Bugs (duplicate)

property_tree json_parse "unsigned int exception"

Reported by: anonymous Owned by: Sebastian Redl
Milestone: To Be Determined Component: property_tree
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc:

Description

{ "data" : 4278190080 } / "unsigned int..." exception occured when call json_parser function;

And bug can be fixed by : modify file"boost/property_tree/detail/json_parser_read.hpp", row 236

number = strict_real_p

| int_p

;

to: number

strict_real_p

| int_p | uint_p <--- ;

Change History (3)

comment:1 by anonymous, 12 years ago

number =

strict_real_p

| int_p

| uint_p <-- ;

comment:2 by viboes, 12 years ago

Component: Noneproperty_tree
Owner: set to Sebastian Redl

comment:3 by Sebastian Redl, 9 years ago

Resolution: duplicate
Status: newclosed

Duplicate of bug #3831.

Note: See TracTickets for help on using tickets.