Actions
Bug #13301
closedBad value parse in IniFile Gem
Bug #13301:
Bad value parse in IniFile Gem
Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]
Description
A carefully (or accidentally) crafted value can cause Inifile#load to become confused when it apparently incorrectly parses a string as a scientific notation value.
The enclosed script should print "2017.1_26_57e7669". Instead it prints "Infinity"
Files
Actions