)]}'
{
  "commit": "bd0de71e754eb3280094e89c7ac35a14dac6d61c",
  "tree": "4ad17d09d8c6e44878ad6bb3586f0d25258f4cff",
  "parents": [
    "b56cbdd23834a65682c0b46f367f8679e83bc894"
  ],
  "author": {
    "name": "Derek Mauro",
    "email": "761129+derekmauro@users.noreply.github.com",
    "time": "Fri Oct 09 14:49:09 2020 -0400"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Oct 09 14:49:09 2020 -0400"
  },
  "message": "Adds bounds-checking to the second range of absl container algorithms (#810)\n\nThe APIs for the two-range `absl::c_mismatch`, `absl::c_swap_ranges`,\r\nand `absl::c_transform` are misleading as they do not check the bounds\r\nof the second range against the first one.\r\n\r\nThis commit cleans up ensures that buggy calls are not exploitable;\r\nnon-buggy calls are unaffected.\r\n\r\nThis is consistent with both C++14\u0027s two-range `std::` equivalents and\r\nC++20\u0027s `std::ranges::` equivalents.\r\nhttp://wg21.link/mismatch\r\nhttp://wg21.link/alg.swap\r\nhttp://wg21.link/alg.transform",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2457d78bc241a8425a82f486ed4c8587c27fe3ac",
      "old_mode": 33188,
      "old_path": "absl/algorithm/container.h",
      "new_id": "f0cee94f5d816a231cf1dcb8947cb837fc104a84",
      "new_mode": 33188,
      "new_path": "absl/algorithm/container.h"
    },
    {
      "type": "modify",
      "old_id": "0a4abe946272dde70bdca5dee5f106d2494f5589",
      "old_mode": 33188,
      "old_path": "absl/algorithm/container_test.cc",
      "new_id": "605afc8040d72bac41bd118b4dd8d75c2739c1f0",
      "new_mode": 33188,
      "new_path": "absl/algorithm/container_test.cc"
    }
  ]
}
