)]}'
{
  "commit": "e03e1eac0b7682884b6628df1305d34299680cb4",
  "tree": "cd92bbdbf9b9ae464da7b46d25c01fe6bf5c1ad9",
  "parents": [
    "4ad5066e1de326e5db46df18eeade9a88bc11bec"
  ],
  "author": {
    "name": "Christopher Ferris",
    "email": "cferris@google.com",
    "time": "Wed Jul 30 16:06:56 2014 -0700"
  },
  "committer": {
    "name": "Christopher Ferris",
    "email": "cferris@google.com",
    "time": "Wed Jul 30 16:06:56 2014 -0700"
  },
  "message": "Fix memchr with a zero length.\n\nThe memchr implementation for 64 bit fails if these conditions occur:\n\n- The buffer is 32 byte aligned.\n- The buffer contains the character in the first byte.\n- The count sent in is zero.\n\nThe function should return NULL, but it\u0027s not.\n\nBug: 16676625\nChange-Id: Iab33cc7a8b79920350c72f054dff0e0a3cde69ce\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "fbb00caaafa0a9b17521555e59572ead0323de80",
      "old_mode": 33188,
      "old_path": "libc/arch-arm64/generic/bionic/memchr.S",
      "new_id": "e5ea57d8c619135be08e2c0951ae19dd5b07061d",
      "new_mode": 33188,
      "new_path": "libc/arch-arm64/generic/bionic/memchr.S"
    },
    {
      "type": "modify",
      "old_id": "bc2c05b400bf662c3c6262882edf9955c05c86c3",
      "old_mode": 33188,
      "old_path": "tests/string_test.cpp",
      "new_id": "73c94c60288e877278eedee4b17b1c4bfcebbe83",
      "new_mode": 33188,
      "new_path": "tests/string_test.cpp"
    }
  ]
}
