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
Updated by eegah (Eric Griswold) over 8 years ago
D'oh! This belongs against the gem, not the Ruby language. Feel free to close it.
Updated by vo.x (Vit Ondruch) over 8 years ago
- Status changed from Open to Third Party's Issue
Actions