)]}'
{
  "commit": "7f33df94cf0156f64eee9509bd9b4a178990f613",
  "tree": "ed508f9b30196338ceac90a20961a4ae8428d6ca",
  "parents": [
    "1022e7e2f40574c74ed32c3811b03d26b0b81daf"
  ],
  "author": {
    "name": "Sergey Shtylyov",
    "email": "s.shtylyov@omp.ru",
    "time": "Fri Oct 13 23:50:23 2023 +0300"
  },
  "committer": {
    "name": "Helge Deller",
    "email": "deller@gmx.de",
    "time": "Mon Oct 16 23:22:53 2023 +0200"
  },
  "message": "fbdev: core: cfbcopyarea: fix sloppy typing\n\nIn cfb_copyarea(), the local variable bits_per_line is needlessly typed as\n*unsigned long* -- which is a 32-bit type on the 32-bit arches and a 64-bit\ntype on the 64-bit arches; that variable\u0027s value is derived from the __u32\ntyped fb_fix_screeninfo::line_length field (multiplied by 8u) and a 32-bit\n*unsigned int* type should still be enough to store the # of bits per line.\n\nFound by Linux Verification Center (linuxtesting.org) with the Svace static\nanalysis tool.\n\nSigned-off-by: Sergey Shtylyov \u003cs.shtylyov@omp.ru\u003e\nSigned-off-by: Helge Deller \u003cdeller@gmx.de\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "6d4bfeecee35088f86d257d871c40ad934f79737",
      "old_mode": 33188,
      "old_path": "drivers/video/fbdev/core/cfbcopyarea.c",
      "new_id": "5b80bf3dae504850d9ebc12de3ac1df32341ccee",
      "new_mode": 33188,
      "new_path": "drivers/video/fbdev/core/cfbcopyarea.c"
    }
  ]
}
