diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 19:41:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 19:41:04 +0000 |
commit | f1a2ff6ffe9ab742f6855b8de64d944bbae57112 (patch) | |
tree | 120fa085b1c30e94426f023cf5160f05bc2f6371 /net-mgmt/bsd-airtools | |
parent | 87d71cf966b3ecef35e80a161668b08e2a0f5cb1 (diff) |
Notes
Diffstat (limited to 'net-mgmt/bsd-airtools')
-rw-r--r-- | net-mgmt/bsd-airtools/files/patch-dweputils_dwepcrack_weakksa.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-mgmt/bsd-airtools/files/patch-dweputils_dwepcrack_weakksa.c b/net-mgmt/bsd-airtools/files/patch-dweputils_dwepcrack_weakksa.c new file mode 100644 index 000000000000..d7a1701dbf11 --- /dev/null +++ b/net-mgmt/bsd-airtools/files/patch-dweputils_dwepcrack_weakksa.c @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- dweputils/dwepcrack/weakksa.c.orig Sun Aug 22 21:34:55 2004 ++++ dweputils/dwepcrack/weakksa.c Sun Aug 22 21:35:13 2004 +@@ -168,8 +168,8 @@ + memcpy(samples[B].s[samples[B].len].iv, iv, IV_SIZE); + samples[B].s[samples[B].len++].byte = iv[4] ^ 0xaa; + +- fail: +- } ++ fail: break; ++ } + } + } + } |