)]}'
{
  "commit": "9847cdd785abae6313412fc5a824b938bef6ba98",
  "tree": "3e07bb5713a1fac9d022939d7822a3e94ac15f08",
  "parents": [
    "fc27a1919cf14a834f41f01228cb997a90ed25c1"
  ],
  "author": {
    "name": "David Benjamin",
    "email": "davidben@google.com",
    "time": "Mon Jan 21 07:40:33 2019 +0000"
  },
  "committer": {
    "name": "Adam Langley",
    "email": "agl@google.com",
    "time": "Tue Jan 22 23:27:34 2019 +0000"
  },
  "message": "Fix signed left-shifts in curve25519.c.\n\nDue to a language flaw in C, left-shifts on signed integers are\nundefined for negative numbers. This makes them all but useless. Cast to\nthe unsigned type, left-shift, and cast back (casts are defined to wrap)\nto silence UBSan.\n\nChange-Id: I8fbe739aee1c99cf553462b675863e6d68c2b302\nReviewed-on: https://boringssl-review.googlesource.com/c/34446\nReviewed-by: Adam Langley \u003cagl@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2e568c666c231566c1f49197cc414adda561602d",
      "old_mode": 33188,
      "old_path": "third_party/fiat/curve25519.c",
      "new_id": "564becb7abba5961bab6a8ed97af3771129d598c",
      "new_mode": 33188,
      "new_path": "third_party/fiat/curve25519.c"
    }
  ]
}
