)]}'
{
  "commit": "4e310fda91cb095915395f811d10b2c900c9589e",
  "tree": "5e4d6b2bd76abe6f2bb0db12d6d82f697007d1e5",
  "parents": [
    "2ba3abd8186f24c7fb418927025b4e2120e3a362"
  ],
  "author": {
    "name": "Joe Perches",
    "email": "joe@perches.com",
    "time": "Wed Apr 14 09:27:40 2010 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Wed Apr 14 10:32:35 2010 -0700"
  },
  "message": "vsprintf: Change struct printf_spec.precision from s8 to s16\n\nCommit ef0658f3de484bf9b173639cd47544584e01efa5 changed precision\nfrom int to s8.\n\nThere is existing kernel code that uses a larger precision.\n\nAn example from the audit code:\n\tvsnprintf(...,..., \" msg\u003d\u0027%.1024s\u0027\", (char *)data);\nwhich overflows precision and truncates to nothing.\n\nExtending precision size fixes the audit system issue.\n\nOther changes:\n\nChange the size of the struct printf_spec.type from u16 to u8 so\nsizeof(struct printf_spec) stays as small as possible.\nReorder the struct members so sizeof(struct printf_spec) remains 64 bits\nwithout alignment holes.\nDocument the struct members a bit more.\n\nOriginal-patch-by: Eric Paris \u003ceparis@redhat.com\u003e\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nTested-by: Justin P. Mattock \u003cjustinmattock@gmail.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "24112e5a5780608eed4855e1ceb3f18c7b371df9",
      "old_mode": 33188,
      "old_path": "lib/vsprintf.c",
      "new_id": "7376b7c55ffee2d25daaf03d16ee9071339a009a",
      "new_mode": 33188,
      "new_path": "lib/vsprintf.c"
    }
  ]
}
