Commit 61b2dbb8f5ee52c4a50918e0a9c40300678bae50

Guillem Jover 2013-07-15T01:44:30

Fix dehumanize_number() to correctly detect overflows Do not allow numbers greated than INT64_MAX and smaller than INT64_MIN. Clarify the positive sign value by prefixing it with an explicit +. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=66909