diff options
author | 2008-04-23 21:56:49 +0200 | |
---|---|---|
committer | 2008-04-23 21:25:36 -0400 | |
commit | 8ba82e969f71d088f718f93d64985d5fcdd9c171 (patch) | |
tree | 4fa89284985077c51e2a6eb0a3fee23249739e53 /net/unix/af_unix.c | |
parent | mac80211: update mesh EID values (diff) | |
download | wireguard-linux-8ba82e969f71d088f718f93d64985d5fcdd9c171.tar.xz wireguard-linux-8ba82e969f71d088f718f93d64985d5fcdd9c171.zip |
prism54: prism54_get_encode() test below 0 on unsigned index
previously in this function:
u32 index = (dwrq->flags & IW_ENCODE_INDEX) - 1;
index is unsigned, so if -1, the original test (below) didn't work.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions