)]}'
{
  "commit": "5e1dbfc49d0f80a247f3c5ba0595e61d231eacad",
  "tree": "eee5f05b24a6b89b36defc98994ece342a491ee1",
  "parents": [
    "4ccc214abb2d6d6d7283e8627590f08fb39ce5d8"
  ],
  "author": {
    "name": "Kévin Petit",
    "email": "kpet@free.fr",
    "time": "Wed Mar 04 15:17:50 2020 +0000"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Mar 04 15:17:50 2020 +0000"
  },
  "message": "Fix align_malloc on Linux (#645)\n\nposix_memalign requires alignment to be a power of two and a multiple\r\nof sizeof(void*). All powers of two greater than sizeof(void*) are\r\nmultiples of sizeof(void*) so we only need to make sure sizeof(void*)\r\nis the minimum value passed to posix_memalign.\r\n\r\nFixes #644\r\n\r\nSigned-off-by: Kevin Petit \u003ckevin.petit@arm.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bcd16d5fb86bb84fa805b7714820718b1996721a",
      "old_mode": 33188,
      "old_path": "test_common/harness/alloc.h",
      "new_id": "33e6bd810f962b40238c1e4344f68dea993a788d",
      "new_mode": 33188,
      "new_path": "test_common/harness/alloc.h"
    }
  ]
}
