commit | 181c86c7e8a5153bdb148ddaf18d6d5c4091f9e1 | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Fri Sep 06 22:41:47 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Sep 10 12:07:34 2013 -0700 |
tree | b986d3967ce905dcb3b871451633493541a0cac3 | |
parent | 77c49f037d88e2f3d7966fc15ce288543e908f2a [diff] |
net: sock: Add temporary padding to sock_common To prevent unintentional writes to skc_bind_node, shift its location within the struct. This change can be later reverted once the code writing to this struct offset is removed. Change-Id: I81b1fefbdbae0312c211d0d26d472aa6e0140aec Signed-off-by: Matt Wagantall <mattw@codeaurora.org>