)]}'
{
  "commit": "ee133f073c3c1017ea110659e77e1b92dd49eeea",
  "tree": "9a937e2be06fca6874ef66ec18d99b4809e1732a",
  "parents": [
    "40999f52c668b0c32dff712e3dfa1ace6c9e37c4"
  ],
  "author": {
    "name": "Ahmed Abdelmoemen",
    "email": "ahmedabdelmoumen05@gmail.com",
    "time": "Thu May 14 14:31:44 2026 +0100"
  },
  "committer": {
    "name": "Ahmed Abdelmoemen",
    "email": "ahmedabdelmoumen05@gmail.com",
    "time": "Tue May 19 14:25:32 2026 +0100"
  },
  "message": "src/register: clean up ring state on failed resize mmap\n\nIf io_uring_resize_rings() succeeds in the kernel but the subsequent\nmmap call fails, sq/cq may hold stale or error-encoded pointers such\nas ring_ptr \u003d (void *)-ENOMEM.  A later call to io_uring_queue_exit()\nwould pass these to munmap, resulting in undefined behaviour.\n\nZero out sq and cq before calling io_uring_queue_exit() so that the\ncleanup path is safe regardless of which mappings were established.\n\nFixes: https://github.com/axboe/liburing/issues/1574\nSigned-off-by: Ahmed Abdelmoemen \u003cahmedabdelmoumen05@gmail.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b0701a997336e3037e50be30c5c32383315d7874",
      "old_mode": 33188,
      "old_path": "src/register.c",
      "new_id": "d8c353b9f1ff768744d2912d8a6038c8bc4e8c32",
      "new_mode": 33188,
      "new_path": "src/register.c"
    }
  ]
}
