)]}'
{
  "commit": "b68dbcab1dc70938fa5516d0ee82c0bf94e9a768",
  "tree": "ef2a69ae0d717be2d62c89c1d5fb144c170ebc29",
  "parents": [
    "9ec75fe85c58471db958386c1604e5006a2e2f69"
  ],
  "author": {
    "name": "Vlad Yasevich",
    "email": "vladislav.yasevich@hp.com",
    "time": "Thu Nov 09 16:29:57 2006 -0800"
  },
  "committer": {
    "name": "David S. Miller",
    "email": "davem@sunset.davemloft.net",
    "time": "Sat Dec 02 21:21:47 2006 -0800"
  },
  "message": "[SCTP]: Fix warning\n\nAn alternate solution would be to make the digest a pointer, allocate\nit in sctp_endpoint_init() and free it in sctp_endpoint_destroy().\n\nI guess I should have originally done it this way...\n\n  CC [M]  net/sctp/sm_make_chunk.o\nnet/sctp/sm_make_chunk.c: In function \u0027sctp_unpack_cookie\u0027:\nnet/sctp/sm_make_chunk.c:1358: warning: initialization discards qualifiers from pointer target type\n\nThe reason is that sctp_unpack_cookie() takes a const struct\nsctp_endpoint and modifies the digest in it (digest being embedded in\nthe struct, not a pointer).  Make digest a pointer to fix this\nwarning.\n\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nAcked-by: Sridhar Samudrala \u003csri@us.ibm.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c6d93bb0dcd2a7654785756bcd9ebecca2eb9b07",
      "old_mode": 33188,
      "old_path": "include/net/sctp/structs.h",
      "new_id": "5596f5d97ed2a73e108e946320be3e1117c4d39b",
      "new_mode": 33188,
      "new_path": "include/net/sctp/structs.h"
    },
    {
      "type": "modify",
      "old_id": "9b6b394b66f649cf98f5f1e8189fa9131f2b956b",
      "old_mode": 33188,
      "old_path": "net/sctp/endpointola.c",
      "new_id": "090f2b2a0cab116357ecebc762eba777ed6cd537",
      "new_mode": 33188,
      "new_path": "net/sctp/endpointola.c"
    }
  ]
}
