)]}'
{
  "commit": "ea66420dc6fbf5d6fa980ffca4c1d37f42ba21b6",
  "tree": "12688ef2a12d77bf8acfbb63a9a2ef24c9460d55",
  "parents": [
    "5a101b49dd29ba7608cbe5b515d5a0a4b04a19c2"
  ],
  "author": {
    "name": "Nico Weber",
    "email": "thakis@chromium.org",
    "time": "Wed Jul 30 05:15:28 2025 -0700"
  },
  "committer": {
    "name": "Pdfium LUCI CQ",
    "email": "pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Wed Jul 30 05:15:28 2025 -0700"
  },
  "message": "Fix integer overflow after recent change\n\nhttps://pdfium-review.googlesource.com/c/pdfium/+/134090 changed this\ncode to used signed integers. But signed integer overflow isn\u0027t\ndefined.\n\nSwitch to int64_t. THe products are int32_t * uint16_t, and we add\ntwo of those and one int32_t. This easily fits into an int64_t.\n\nThe first loop already naturally filters out very big and small\nx and y values.\n\nThe second does too as long as we let CJBig2_Image::Compose*()\ntake int64_ts, so switch to that.\n\nNo intended behavior change, except for fuzzer (and fuzzer-like)\ninputs.\n\nBug: 432691328\nChange-Id: I22ee3bb5306409eb9a965f254d534a9dca9caa39\nReviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/134470\nCommit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nReviewed-by: Nico Weber \u003cthakis@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "9f764ac8ffc50057ac28c450ce5a9a6a5e1682a3",
      "old_mode": 33188,
      "old_path": "core/fxcodec/jbig2/JBig2_HtrdProc.cpp",
      "new_id": "6f9e7969e3c94c47d3844ddef7ca947f036d502e",
      "new_mode": 33188,
      "new_path": "core/fxcodec/jbig2/JBig2_HtrdProc.cpp"
    },
    {
      "type": "modify",
      "old_id": "9883f9da3394cdce91bad792a91ffdbac8055914",
      "old_mode": 33188,
      "old_path": "core/fxcodec/jbig2/JBig2_Image.cpp",
      "new_id": "d1c2e4a34bfc844e46aeb2f575d2780388061b2f",
      "new_mode": 33188,
      "new_path": "core/fxcodec/jbig2/JBig2_Image.cpp"
    },
    {
      "type": "modify",
      "old_id": "55d7e3e3d1f94b94275f05438c461eeb2ff62069",
      "old_mode": 33188,
      "old_path": "core/fxcodec/jbig2/JBig2_Image.h",
      "new_id": "7e72e9e963187d0b486a9b7dc440317024b7b92c",
      "new_mode": 33188,
      "new_path": "core/fxcodec/jbig2/JBig2_Image.h"
    }
  ]
}
