)]}'
{
  "commit": "cc3e5dd3300adb915a9dd6ae2bfe896e928cb412",
  "tree": "1d0aacaa8e23910e44874b4433abcf48861f4865",
  "parents": [
    "d23695290c7fb8a2bdf46e7892e9377f8c5ae17a"
  ],
  "author": {
    "name": "uwezkhan",
    "email": "114483941+uwezkhan@users.noreply.github.com",
    "time": "Fri Feb 27 04:44:41 2026 +0530"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Feb 26 15:14:41 2026 -0800"
  },
  "message": "fix: prevent uint32_t overflow in avifSetTileConfiguration tile area\n\nWhen computing the tile count, width * height was performed as a\nuint32_t multiplication. For images with dimensions whose product\nexceeds UINT32_MAX (e.g. 100000x50000), this silently wraps around,\nproducing an incorrect tile count and potentially corrupt tile layout.\nFix by widening to uint64_t before multiplying.\n\nFixes: integer overflow in avifSetTileConfiguration (src/write.c)\n\nCo-authored-by: uwezkhan06 \u003cuwezkhan055@gmail.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ca35b6ff70c517cc4f6359e3bcd766e9cf161b7a",
      "old_mode": 33188,
      "old_path": "src/write.c",
      "new_id": "dd98adf28e83bf83cb193741b329a99a9948d5da",
      "new_mode": 33188,
      "new_path": "src/write.c"
    }
  ]
}
