diff options
author | Jussi Kivilinna <[email protected]> | 2008-03-04 20:05:27 +0200 |
---|---|---|
committer | John W. Linville <[email protected]> | 2008-03-04 18:36:39 -0500 |
commit | cdb2a9fe63575dd1eb82b724bbd0aa5e0dd89fa0 (patch) | |
tree | f0a41d799f0d9bab6dd91c2475adcc9178a71d9d /net/unix/sysctl_net_unix.c | |
parent | 8a96df80b3ddb2410045a26ea19eeccb5f2d2d11 (diff) |
rndis_wlan: fix broken data copy
Replace broken code that attempted to copy 6 byte array to 64-bit
integer. Due to missing cast to 64-bit integer, left shift operation
were 32-bit and lead to bytes been copied over each other. New code
uses simple memcpy, for greater readability and efficiency.
Signed-off-by: Jussi Kivilinna <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions