)]}'
{
  "commit": "5100be2b7746391c2724e2793e1428c36b63c98b",
  "tree": "9351f6405faf21e7eded8bd67c5e4f098ad32c60",
  "parents": [
    "8b69867fef81f7066405eaa43444fddaecfdae8f"
  ],
  "author": {
    "name": "Timo Röhling",
    "email": "timo.roehling@fkie.fraunhofer.de",
    "time": "Mon Dec 16 16:21:41 2019 +0100"
  },
  "committer": {
    "name": "Timo Röhling",
    "email": "timo.roehling@fkie.fraunhofer.de",
    "time": "Thu Oct 14 23:30:01 2021 +0200"
  },
  "message": "Prevent integer overflow for unknown fields\n\nThe PyInt_FromLong() conversion function will truncate 64 bit integer\nvalues on 32 bit architectures. We will now use the PyLong_* functions\nwith the appropriate minimum size for each field.\n\nNote that this commit also switches to the unsigned versions, since the\nunknown integer fields have been declared unsigned anyway.\n\nFixes #6205\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7f4fb23edf81ec6c2d686ad16e4e8020d4f64a7e",
      "old_mode": 33188,
      "old_path": "python/google/protobuf/pyext/unknown_fields.cc",
      "new_id": "5dbcd885680802c74c56b03a755af5a02b44c068",
      "new_mode": 33188,
      "new_path": "python/google/protobuf/pyext/unknown_fields.cc"
    }
  ]
}
