You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected passing -math.huge to :read would behave like "*a", but without waiting until EOF. (infact, passing math.huge should be equivalent to "*a").
Instead, the code for the LSO_LIMIT case assigns the doubleHUGE_VAL to a size_t...