)]}'
{
  "commit": "cdd3fc01eaee52874310b9dede3cf510db6dc0e1",
  "tree": "54a44b5a0a2d89580cc9f6efa505b41d580da793",
  "parents": [
    "e457a7b0d326d67b4322ef0d11bd715cfaeda48f"
  ],
  "author": {
    "name": "David Carlier",
    "email": "devnexen@gmail.com",
    "time": "Thu Aug 27 21:47:21 2026 +0100"
  },
  "committer": {
    "name": "David Carlier",
    "email": "devnexen@gmail.com",
    "time": "Thu Aug 27 21:47:21 2026 +0100"
  },
  "message": "std: uefi: fix File::seek returning the EOF sentinel\n\nseek(SeekFrom::End(0)) special-cased the offset to the UEFI\n0xFFFFFFFFFFFFFFFF \"set position to end of file\" sentinel, then returned\nthat value as the new stream position. so seek reported u64::MAX instead\nof the file size, and the default Seek::stream_len did too. compute the\noffset from the file size in every End case instead.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1a0da329ce1a389c35d1b823b073c1fd363c1284",
      "old_mode": 33188,
      "old_path": "library/std/src/sys/fs/uefi.rs",
      "new_id": "08473e245cc8e76a6d6ee5d5042929cae4cc022b",
      "new_mode": 33188,
      "new_path": "library/std/src/sys/fs/uefi.rs"
    }
  ]
}
