)]}'
{
  "commit": "31be8309532a6743f301cb2e83bd12ca07988b09",
  "tree": "9f84911bae39b11247f2e62ed9d7d451ef4b0a2f",
  "parents": [
    "da63fc7ce63b43426dc3c69c05e28de2872c159a"
  ],
  "author": {
    "name": "OGAWA Hirofumi",
    "email": "hirofumi@mail.parknet.co.jp",
    "time": "Thu Nov 16 01:19:29 2006 -0800"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@woody.osdl.org",
    "time": "Thu Nov 16 11:43:38 2006 -0800"
  },
  "message": "[PATCH] Fix strange size check in __get_vm_area_node()\n\nRecently, __get_vm_area_node() was changed like following\n\n \tif (unlikely(!area))\n \t\treturn NULL;\n\n-\tif (unlikely(!size)) {\n-\t\tkfree (area);\n+\tif (unlikely(!size))\n \t\treturn NULL;\n-\t}\n\nIt is leaking `area\u0027, also original code seems strange already.\nProbably, we wanted to do this patch.\n\nSigned-off-by: OGAWA Hirofumi \u003chirofumi@mail.parknet.co.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7dc6aa745166cf680092103195e725619c4ce633",
      "old_mode": 33188,
      "old_path": "mm/vmalloc.c",
      "new_id": "86897ee792d6b4a2f8e00a94cf4b12e2c1d6f075",
      "new_mode": 33188,
      "new_path": "mm/vmalloc.c"
    }
  ]
}
