)]}'
{
  "commit": "a8c9d351520d43bd94692361bd67b6d798985c98",
  "tree": "a05d1f17c02ab3620d39b9ac7e0ec1dbe755c1c7",
  "parents": [
    "d1f551e2539ef7324013aebf22cd430a690e0d42"
  ],
  "author": {
    "name": "Anubhav Rawal",
    "email": "anubhavrawal00@gmail.com",
    "time": "Wed May 06 16:11:51 2026 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed May 06 16:11:51 2026 -0700"
  },
  "message": "Fix undefined behavior from signed left-shift in MSVC-MingW port (#1411)\n\nReplace `( 1 \u003c\u003c n )` with `( 1UL \u003c\u003c n )` in all left-shift expressions\nin portable/MSVC-MingW/port.c. Shifting a signed int by \u003e\u003d 31 is\nundefined behavior per ISO C11 §6.5.7.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d992c4d3c0f48b11b4617d961833b9db5ce926a4",
      "old_mode": 33188,
      "old_path": "portable/MSVC-MingW/port.c",
      "new_id": "40458682b8068be60209c33a717541af36206655",
      "new_mode": 33188,
      "new_path": "portable/MSVC-MingW/port.c"
    }
  ]
}
