commit | 0a3cf61296bd5cf58f5cc402d954859c32dabb96 | [log] [tgz] |
---|---|---|
author | Karthikeyan Ramasubramanian <kramasub@codeaurora.org> | Fri Nov 08 15:20:17 2013 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Fri Nov 15 03:46:35 2013 -0800 |
tree | a93304dda7e2db9148764c5e21a7208b996c8c14 | |
parent | 561e8fab85c45effb9f10d3435b430c9c12d0057 [diff] |
msm: ipc: Set unsupported protocol operations to default operations Some of the socket system calls do not check the validity of the operations supported by the protocol. This in turn leads to NULL pointer dereferences. Set the operations that are not supported by IPC Router to default operations. CRs-Fixed: 573295 Change-Id: Iba94b1403fa84dbe712255cc10677e9ef0848100 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>