)]}'
{
  "commit": "80135722341e0c5ce3002d732c38a71962144234",
  "tree": "e46a2061e7ee7277f5155fbd08184a1e7856e751",
  "parents": [
    "db28773efda82ac61df0ec18c71f6287ed5cddde"
  ],
  "author": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Fri Aug 27 18:05:18 2021 -0700"
  },
  "committer": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Tue Sep 07 14:52:21 2021 -0700"
  },
  "message": "Compute maxFixedValueWidth in 64-bit operation\n\nImprove the check added in\nhttps://github.com/AOMediaCodec/libavif/pull/735.\n\nCompute maxFixedValueWidth and maxFixedValueHeight in 64-bit\nmultiplication by casting the first operand to int64_t. Otherwise, the\nfirst operand is an int and the second operand is a uint32_t, so the\nmultiplication is 32-bit.\n\nReplace 0x7fffffff with the symbolic constant INT_MAX because the\nproduct will be stored in an int variable.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5ffb3f2a3e7f4da04c18582448df04aed5eca66b",
      "old_mode": 33188,
      "old_path": "src/scale.c",
      "new_id": "1ac3acb8fb5af4145c14439836c568f658c5d661",
      "new_mode": 33188,
      "new_path": "src/scale.c"
    }
  ]
}
