)]}'
{
  "commit": "847fb383d83039b194f68d9e09974a3de4095eb5",
  "tree": "8dc777d49be7cb4c0e4a7ff6776b13897ee1efa8",
  "parents": [
    "c5ed8c6376e755e0a138be4a30469caa6611a5f7"
  ],
  "author": {
    "name": "Alan Modra",
    "email": "amodra@gmail.com",
    "time": "Wed Aug 23 08:18:39 2023 +0930"
  },
  "committer": {
    "name": "Alan Modra",
    "email": "amodra@gmail.com",
    "time": "Wed Aug 23 11:03:52 2023 +0930"
  },
  "message": "kvx: asan: out-of-bounds read\n\nkvx-parse.c:parse_with_restarts does\n  if (!tok.insn[tok.begin])\n    tok.class_id \u003d -3;\nthen a little later\n  printf_debug (1, \"\\nEntering rule: %d (Trying to match: (%s)[%d])\\n\", jump_target,\n\t\tTOKEN_NAME (CLASS_ID (tok)), CLASS_ID (tok));\n\nThis results in a buffer overrun in TOKEN_NAME.  Fix that.\n\n\t* config/tc-kvx.h (TOKEN_NAME): Check for tok \u003c\u003d 0, not just -1.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "11787bf0532674e537a78c557e59f382aaa32a10",
      "old_mode": 33188,
      "old_path": "gas/config/tc-kvx.h",
      "new_id": "85344cbe179cbfc9b3e8cafa9de8c52926a306ae",
      "new_mode": 33188,
      "new_path": "gas/config/tc-kvx.h"
    }
  ]
}
