)]}'
{
  "commit": "062d5e9b0d714f449b261bb522eadaaf6f00f438",
  "tree": "cd0e9b7e7449a2b067614865998218fd4462e581",
  "parents": [
    "b6a114d27273c37cd0107b0f49af208168498f05"
  ],
  "author": {
    "name": "Christian Borntraeger",
    "email": "borntraeger@de.ibm.com",
    "time": "Thu Jan 21 12:19:07 2010 +0100"
  },
  "committer": {
    "name": "Marcelo Tosatti",
    "email": "mtosatti@redhat.com",
    "time": "Mon Jan 25 12:26:39 2010 -0200"
  },
  "message": "KVM: S390: fix potential array overrun in intercept handling\n\nkvm_handle_sie_intercept uses a jump table to get the intercept handler\nfor a SIE intercept. Static code analysis revealed a potential problem:\nthe intercept_funcs jump table was defined to contain (0x48 \u003e\u003e 2) entries,\nbut we only checked for code \u003e 0x48 which would cause an off-by-one\narray overflow if code \u003d\u003d 0x48.\n\nUse the compiler and ARRAY_SIZE to automatically set the limits.\n\nCc: stable@kernel.org\nSigned-off-by: Christian Borntraeger \u003cborntraeger@de.ibm.com\u003e\nSigned-off-by: Marcelo Tosatti \u003cmtosatti@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ba9d8a7bc1ac93d6b41fff692ec4f3e3b2e30e9d",
      "old_mode": 33188,
      "old_path": "arch/s390/kvm/intercept.c",
      "new_id": "b40096494e469f6018146b517c54b7c5228ad7b1",
      "new_mode": 33188,
      "new_path": "arch/s390/kvm/intercept.c"
    }
  ]
}
