)]}'
{
  "commit": "95f420511f698ea201e8928464704dc30da4b568",
  "tree": "f4d020e9ca1e69a01b30675f2cb3866f25b48569",
  "parents": [
    "3ca3b06b42763537723a5832dfb0e5401dd4f3be"
  ],
  "author": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Tue Aug 11 17:31:46 2026 -0700"
  },
  "committer": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Tue Aug 11 17:31:46 2026 -0700"
  },
  "message": "Cast (height - 1) to ptrdiff_t in aom_img_flip()\n\naom_img_flip() casts (height - 1) to `signed` before multiplying it with\nstride. Change the `signed` casts to `ptrdiff_t` casts to avoid\noverflows on 64-bit systems.\n\nSince the img-\u003eplanes[] buffers have been allocated successfully, the\n(height - 1) * stride products can be represented in the `ptrdiff_t`\ntype, so the `ptrdiff_t` casts won\u0027t truncate (height - 1).\n\nChange-Id: I3ab4b887e832eb2e663d58ccdf9ec98e8375d26c\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "881429a20cbf2a03bd2320705496228ed957ffe4",
      "old_mode": 33188,
      "old_path": "aom/src/aom_image.c",
      "new_id": "69b8f263efb3e8d7df1d58e5df3fd1fb5e97b92c",
      "new_mode": 33188,
      "new_path": "aom/src/aom_image.c"
    }
  ]
}
