• Show log

    Commit

  • Hash : 61b2dbb8
    Author : Guillem Jover
    Date : 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