)]}'
{
  "commit": "e146d6444c3d80b60dc75735438dc6c21d533747",
  "tree": "82c9c988b55f55d217bae1020d423e50906ab27b",
  "parents": [
    "83e56c38ee181357a3a95ece7b57c515fed70d2b"
  ],
  "author": {
    "name": "Srikanth Patchava",
    "email": "srpatcha@users.noreply.github.com",
    "time": "Mon Jun 15 21:34:07 2026 -0700"
  },
  "committer": {
    "name": "Aniruddha Kanhere",
    "email": "kanherea@amazon.com",
    "time": "Fri Jun 19 14:44:46 2026 -0700"
  },
  "message": "fix: TOCTOU race condition in vTaskListTasks()\n\nRead uxCurrentNumberOfTasks once into uxArraySize and use that local\nvariable for both the size check and pvPortMalloc() call. The previous\ncode read the volatile variable twice, allowing a task to be created\nbetween the reads, resulting in an undersized allocation that could\ncause a buffer overflow in uxTaskGetSystemState().\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b0299d12b110bafc414212b2a0ba66ca96fbfe19",
      "old_mode": 33188,
      "old_path": "tasks.c",
      "new_id": "461271fcffb598683f6faaf874dd7c6a625ca407",
      "new_mode": 33188,
      "new_path": "tasks.c"
    }
  ]
}
