Skip to content

Fix loading UserInfo ptrees with floats

Louis Moureaux requested to merge lmoureau/ProtoDarwin:bugfix/load-floats into master

We didn't test whether from_chars would use the whole string, so 2.718 would be interpreted as 2 (int) + garbage chars. Check now that the whole string is used.

Merge request reports