)]}'
{
  "commit": "2d5ee50bb220378f47afb88f6d6fb752fbd30f9b",
  "tree": "ec26846dfab11784cdc685efb487a16c9edecc55",
  "parents": [
    "c54f6c5b923f18d118f31fbfb8bb016812a7a29f"
  ],
  "author": {
    "name": "Vikash Chandola",
    "email": "vikash.chandola@intel.com",
    "time": "Thu Jul 06 15:57:09 2023 +0530"
  },
  "committer": {
    "name": "Vikash Chandola",
    "email": "vikash.chandola@intel.com",
    "time": "Wed Jul 12 12:28:37 2023 +0530"
  },
  "message": "Avoid thresholds vector update while iterating\n\nnew data is pushed on thresholds vector while it is being iterated.\nvector insertion can resize vector length. Resize in vector cause\ninvalidation of iterators and further operation iterator is undefined\nbehaviour(i.e. crash).\nIterate through vector by indexing it from beginning to original size.\n\nTested:\nNo cashes were observed with thresholds vector iteration.\n\nChange-Id: Idf1d017847fa77128922a38eb6e33e0fa5702f3d\nSigned-off-by: Vikash Chandola \u003cvikash.chandola@intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "17ed488ed608623b809c12ea1e5d7b9e27e325d5",
      "old_mode": 33188,
      "old_path": "src/sensor.hpp",
      "new_id": "9f092c61595d5f99c4f654c862d5254d2b24a98b",
      "new_mode": 33188,
      "new_path": "src/sensor.hpp"
    }
  ]
}
