)]}'
{
  "commit": "95cef5f3ab69d3afe93d7fc2498dd509f9847ec0",
  "tree": "d9db9d0c166ec10cddcd8eddb3569b02ac3467cb",
  "parents": [
    "8b9815aff643162c067d809bb2c7e25812d70c1e"
  ],
  "author": {
    "name": "Seppo Takalo",
    "email": "seppo.takalo@nordicsemi.no",
    "time": "Mon Jun 19 14:37:04 2023 +0300"
  },
  "committer": {
    "name": "Carles Cufí",
    "email": "carles.cufi@nordicsemi.no",
    "time": "Wed Jun 21 10:42:31 2023 +0200"
  },
  "message": "net: lwm2m: Ensure string termination\n\nWhen writing string data to resources which are string types,\nwe should count in the terminating character into the data length.\n\nCorner cases exist where LwM2M resource type is opaque but\nlwm2m_get_string() or lwm2m_set_string() are used to read/write\nthe data. We must ensure string termination on those case, but\nterminating character must not be stored in the engine buffer\nor counted in the data length as this might be considered\nas part of the binary data.\n\nFixes #59196\n\nSigned-off-by: Seppo Takalo \u003cseppo.takalo@nordicsemi.no\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "222a90026c3d7180ade63293278b5f1cecca09f6",
      "old_mode": 33188,
      "old_path": "include/zephyr/net/lwm2m.h",
      "new_id": "378ca20b5d6325e06a58c0ca401dc535c0f679ff",
      "new_mode": 33188,
      "new_path": "include/zephyr/net/lwm2m.h"
    },
    {
      "type": "modify",
      "old_id": "cd5191c4c464d5149914ab123e9daa7bd15197b3",
      "old_mode": 33188,
      "old_path": "subsys/net/lib/lwm2m/lwm2m_registry.c",
      "new_id": "bbf0591121d65e3138ff2049bed7776fcbf28ec4",
      "new_mode": 33188,
      "new_path": "subsys/net/lib/lwm2m/lwm2m_registry.c"
    },
    {
      "type": "modify",
      "old_id": "7ffd17d196c6a9df151d0d55a331ff5d22cbe2e0",
      "old_mode": 33188,
      "old_path": "tests/net/lib/lwm2m/lwm2m_registry/src/lwm2m_registry.c",
      "new_id": "aa927e6eb0b92a43b20680863a0426a3e9084d04",
      "new_mode": 33188,
      "new_path": "tests/net/lib/lwm2m/lwm2m_registry/src/lwm2m_registry.c"
    }
  ]
}
