Hide Forgot
Description of problem: The current version has a terrible bug that messes up any big integer number. See error report and the fix: https://github.com/stedolan/jq/pull/1752 Version-Release number of selected component (if applicable): The latest version from github already has the issue fixed since Oct 22, 2019. Please pull the latest version!! How reproducible: Steps to Reproduce: $ echo '{"a":9011153322235679}' | jq '.a' Actual results: 9011153322235680 Expected results: 9011153322235679 Additional info:
Looks like this impacts Fedora as well, I can repro it on Fedora 34, 35 and on Rawhide. Filed https://bugzilla.redhat.com/show_bug.cgi?id=2008979 to track it there.
And this also repros on CentOS Stream 9 so filed https://bugzilla.redhat.com/show_bug.cgi?id=2008983 for that
We have backported the Fedora fix for this (https://src.fedoraproject.org/rpms/jq/pull-request/4) in https://cbs.centos.org/koji/buildinfo?buildID=35237 for Hyperscale, you can see the branch here in case it helps: https://git.centos.org/rpms/jq/c/f116ff5a7250bc9a9a6d42b7670aff28a99755c8?branch=c8s-sig-hyperscale
Verified Version :: jq-1.6-3.el8.x86_64 Results :: [root@rhel8 ~]# echo '{"a":9011153322235679}' | jq '.a' 9011153322235679
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (jq bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:1788