commit | 638be344593b66ccca6802c6076a5b3d9200829d | [log] [tgz] |
---|---|---|
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | Tue Mar 15 14:55:49 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 15 14:55:49 2011 -0700 |
tree | 41a285f44792037362bc4efaf938b73999b76bd1 | |
parent | bfd823bd74333615783d8108889814c6d82f2ab0 [diff] |
Phonet: fix aligned-mode pipe socket buffer header reserve When the pipe uses aligned-mode data packets, we must reserve 4 bytes instead of 3 for the pipe protocol header. Otherwise the Phonet header would not be aligned, resulting in potentially corrupted headers with later unaligned memory writes. Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>