)]}'
{
  "commit": "8680af37296a9e9fc14cfc9ddb41be024c58d199",
  "tree": "f4568b268bee1d82296292e32b6d6f626fbc73d2",
  "parents": [
    "ef1384972d18e8dc6056b54382a298fbf55835ac"
  ],
  "author": {
    "name": "Tom Sepez",
    "email": "tsepez@chromium.org",
    "time": "Fri May 31 18:50:52 2024 +0000"
  },
  "committer": {
    "name": "Pdfium LUCI CQ",
    "email": "pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Fri May 31 18:50:52 2024 +0000"
  },
  "message": "Convert to std::array\u003c\u003e in CXFA_ContentLayoutProcessor.\n\nThis helps to resolve unsafe buffer usage in the future, and avoids\nthe confusing syntax of T (\u0026arg)[3] required  for passing a reference\nto an array rather than an array of references (which is prohibited).\nWith the std::array\u003c\u003e syntax, confusion is avoided.\n\nIn the process, fix an instance where we were declaring an argument\nas an array[3] but then invoking a -\u003e operator against it. This worked\nin the past due to the way array[3] degrades to array*.\n\nPass a reference in one place rather than a pointer to keep things\neven simpler.\n\nChange-Id: Iabce74ebc1589df30b6efa05391d98309acf8160\nReviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/119831\nReviewed-by: Thomas Sepez \u003ctsepez@google.com\u003e\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nCommit-Queue: Tom Sepez \u003ctsepez@chromium.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0e1268e7ba0a93abd1d61ce69bbf4966b8e1b602",
      "old_mode": 33188,
      "old_path": "xfa/fxfa/layout/cxfa_contentlayoutprocessor.cpp",
      "new_id": "b568b962d53d9dc27f4599c22bfd4762e4882f5f",
      "new_mode": 33188,
      "new_path": "xfa/fxfa/layout/cxfa_contentlayoutprocessor.cpp"
    },
    {
      "type": "modify",
      "old_id": "173e39d27bd33685a1c10bb2754d2a901825d763",
      "old_mode": 33188,
      "old_path": "xfa/fxfa/layout/cxfa_contentlayoutprocessor.h",
      "new_id": "f11e3c547faa02b98e2d0bb1296e9b50c5df4124",
      "new_mode": 33188,
      "new_path": "xfa/fxfa/layout/cxfa_contentlayoutprocessor.h"
    }
  ]
}
