)]}'
{
  "commit": "f1dad1e9b277066d676034d8f2a982b9e64310de",
  "tree": "c3fe5c74b1e8800491709b4ad9492e600fd51bf9",
  "parents": [
    "c51510d1d87ebce8615ae1752fd5aca912f6cf4c"
  ],
  "author": {
    "name": "Derek Mauro",
    "email": "761129+derekmauro@users.noreply.github.com",
    "time": "Fri Oct 09 14:48:48 2020 -0400"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Oct 09 14:48:48 2020 -0400"
  },
  "message": "Adds bounds-checking to the second range of absl container algorithms (#811)\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": "d72532decf3810e9814a1bed838ff77dd3cb1d7e",
      "old_mode": 33188,
      "old_path": "absl/algorithm/container.h",
      "new_id": "a2f936c44ae4d629ad11dfd0b04f664028b8d095",
      "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"
    }
  ]
}
