)]}'
{
  "commit": "866b88dfe72f70095b7cde71f72d99f4f684abd8",
  "tree": "a4c8e035bc201a0eb1dcbdda77ac2b68d4f31370",
  "parents": [
    "4f1fae3043f22d3a2a0c7fcd7d0244cd91b60bdf"
  ],
  "author": {
    "name": "David Benjamin",
    "email": "davidben@google.com",
    "time": "Wed Dec 15 12:02:12 2021 -0500"
  },
  "committer": {
    "name": "Boringssl LUCI CQ",
    "email": "boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Thu Dec 16 15:31:35 2021 +0000"
  },
  "message": "Don\u0027t print small, negative serial numbers in decimal.\n\nX509_print_ex tries to print negative serial numbers in decimal. In\ndoing so, it ends up passing a signed long to %lx and trips\n-Wformat-signed.\n\nA minimal fix would be to cast to unsigned long, but this unsigned long\nis the absolute value of a signed long (l \u003d -l). This is tricky because\n-LONG_MIN does not fit in long. It all works because the length check\nonly allows one bit short of sizeof(long)*8 bits (ASN1_INTEGER is\nsign-and-magnitude).\n\nStill, this is a whole lot of subtlety to account for an invalid case.\nInstead, send negative serial numbers down the generic path.\n\nBug: 450\nChange-Id: Ib215fd23863de27e01f7ededf95578f9c800da37\nReviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/50766\nReviewed-by: Adam Langley \u003cagl@google.com\u003e\nCommit-Queue: David Benjamin \u003cdavidben@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7c32a879844dd0025c0609a7f42b0492ba2b6e86",
      "old_mode": 33188,
      "old_path": "crypto/x509/t_x509.c",
      "new_id": "486c4ec935e19e0fd35a2b997a629a826c9916b5",
      "new_mode": 33188,
      "new_path": "crypto/x509/t_x509.c"
    }
  ]
}
