)]}'
{
  "commit": "413eff874dd7ea34dfaef821f8e81983cd3c6069",
  "tree": "749989e97bd66f01b7e2918954c1d9d22ba13e64",
  "parents": [
    "2b5d69caca23d8fc59c20b5a5bee10ef8c2524b7"
  ],
  "author": {
    "name": "Abel Tom",
    "email": "abeltom.kernel@gmail.com",
    "time": "Wed May 13 18:18:45 2026 +0200"
  },
  "committer": {
    "name": "Tomas Mraz",
    "email": "tomas@openssl.foundation",
    "time": "Mon May 18 13:07:01 2026 +0200"
  },
  "message": "OBJ_bsearch_ex_(): Fix const qualifier warning with CHARSET_EBCDIC\n\nFixes #31161\n\nWhen building with CHARSET_EBCDIC defined,the compiler warns about\ndiscarding the \u0027const\u0027 qualifier when assigning from base_[i * size]\nto the non-const pointer p1:\n\n`warning: assignment discards \u0027const\u0027 qualifier from pointer target type`\n\nChange p1 from \u0027char *\u0027 to \u0027const char *\u0027 to maintain const-correctness\nsince the data being pointed to should not be modified through this\npointer.\n\nAdditionally, remove the unused variables l and h that were left over\nfrom a previous implementation of the fallback linear search. These\nvariables served no purpose and only generated unused variable warnings.\n\nReviewed-by: Frederik Wedel-Heinen \u003cfwh.openssl@gmail.com\u003e\nReviewed-by: Kurt Roeckx \u003ckurt@roeckx.be\u003e\nReviewed-by: Tomas Mraz \u003ctomas@openssl.foundation\u003e\nMergeDate: Mon May 18 11:07:53 2026\n(Merged from https://github.com/openssl/openssl/pull/31173)\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8bb029ac32e84d517d865df1d545831960db0ec7",
      "old_mode": 33188,
      "old_path": "crypto/objects/obj_dat.c",
      "new_id": "8ab06349163c66570fac5ba839e4c5d1cf68aeee",
      "new_mode": 33188,
      "new_path": "crypto/objects/obj_dat.c"
    }
  ]
}
