)]}'
{
  "commit": "7cd9d2db2627ce65d3c03e4422607b7a86093e8a",
  "tree": "675519131a778ab5ec57166cf56b18d043e4f41e",
  "parents": [
    "5634cf1afcf17fda0136693f02a843aa6b938b2b"
  ],
  "author": {
    "name": "Marek Vasut",
    "email": "marek.vasut@mailbox.org",
    "time": "Sun Sep 07 03:00:47 2025 +0200"
  },
  "committer": {
    "name": "Tom Rini",
    "email": "trini@konsulko.com",
    "time": "Wed Sep 17 09:06:37 2025 -0600"
  },
  "message": "board: dhelectronics: Use isascii() before isprint() in dh_read_eeprom_id_page()\n\nThe isprint() checks printability across all 256 characters, some of the\nupper 128 characters are printable and produce artifacts on UART. Call\nisascii() first to only consider the bottom 7bit ASCII characters as\nprintable, and then check their printability using isprint(). This fixes\na rare misprint in case the ID page content is uninitialized or corrupted.\n\nSigned-off-by: Marek Vasut \u003cmarek.vasut@mailbox.org\u003e\nReviewed-by: Christoph Niedermaier \u003ccniedermaier@dh-electronics.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d3a3f0ff11fb3ea0b69381244f707dd4975046c3",
      "old_mode": 33188,
      "old_path": "board/dhelectronics/common/dh_common.c",
      "new_id": "6101ecc7ebceece8a99d1cb1bd92a5769921c9f0",
      "new_mode": 33188,
      "new_path": "board/dhelectronics/common/dh_common.c"
    }
  ]
}
