)]}'
{
  "commit": "0bcae9893b99666158dd8b35fb674e6188b0b5c3",
  "tree": "0a9d93b696552dafcddabf7f31b820d7e9e7a237",
  "parents": [
    "0089cc7f9d42f6e39872161199fb8b6a99da2492"
  ],
  "author": {
    "name": "Pauli",
    "email": "pauli@openssl.org",
    "time": "Thu Mar 24 14:31:19 2022 +1100"
  },
  "committer": {
    "name": "Pauli",
    "email": "pauli@openssl.org",
    "time": "Sat Mar 26 14:31:21 2022 +1100"
  },
  "message": "Fix Coverity 1503218: negative loop bound\n\nOPENSSL_sk_num returns an integer which can theoretically be negative.\nAssigning this to a size_t and using it as a loop bound isn\u0027t ideal.\n\nRather than adding checked for NULL or negative returns, changing the loop\nindex and end to int is simpler.\n\nReviewed-by: Tomas Mraz \u003ctomas@openssl.org\u003e\nReviewed-by: Matt Caswell \u003cmatt@openssl.org\u003e\n(Merged from https://github.com/openssl/openssl/pull/17954)\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "873b514d3c61e801c66745d33052326f5b03b3dd",
      "old_mode": 33188,
      "old_path": "crypto/encode_decode/decoder_pkey.c",
      "new_id": "8cb320a5ceef63f89d6b173d1195d7ab1eaa79cd",
      "new_mode": 33188,
      "new_path": "crypto/encode_decode/decoder_pkey.c"
    }
  ]
}
