commit | 37449140b175bbf67e50ce0c545dd9daea06b8e3 | [log] [tgz] |
---|---|---|
author | Karthikeyan Ramasubramanian <kramasub@codeaurora.org> | Fri Nov 08 15:20:17 2013 -0700 |
committer | Zaheerulla Meer <zmeer@codeaurora.org> | Tue Nov 26 22:46:02 2013 +0530 |
tree | c277bcdbed33f451588b6ef6f9ddfc2ae9c16994 | |
parent | 0d39797f3e0b6d27c9b81484d82f63a09c18a0d1 [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 dereference. 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>