linux/net/batman-adv
Simon Wunderlich 76e8d7b0d1 batman-adv: Fix range check for expected packets
The check for new packets in the future used a wrong binary operator,
which makes the check expression always true and accepting too many
packets.

Reported-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2011-11-20 13:08:35 +01:00
..
Kconfig
Makefile
bat_debugfs.c
bat_debugfs.h
bat_iv_ogm.c
bat_ogm.h
bat_sysfs.c
bat_sysfs.h
bitarray.c batman-adv: Fix range check for expected packets 2011-11-20 13:08:35 +01:00
bitarray.h
gateway_client.c batman-adv: refactoring gateway handling code 2011-11-20 13:08:32 +01:00
gateway_client.h batman-adv: refactoring gateway handling code 2011-11-20 13:08:32 +01:00
gateway_common.c
gateway_common.h
hard-interface.c
hard-interface.h
hash.c batman-adv: fixed hash functions type to uint32_t instead of int 2011-11-20 13:08:33 +01:00
hash.h batman-adv: fixed hash functions type to uint32_t instead of int 2011-11-20 13:08:33 +01:00
icmp_socket.c
icmp_socket.h
main.c
main.h
originator.c batman-adv: fixed hash functions type to uint32_t instead of int 2011-11-20 13:08:33 +01:00
originator.h batman-adv: fixed hash functions type to uint32_t instead of int 2011-11-20 13:08:33 +01:00
packet.h
ring_buffer.c
ring_buffer.h
routing.c batman-adv: check for tt_reponse packet real length 2011-11-20 13:08:34 +01:00
routing.h
send.c
send.h
soft-interface.c batman-adv: refactoring gateway handling code 2011-11-20 13:08:32 +01:00
soft-interface.h
translation-table.c batman-adv: directly write tt entries without buffering 2011-11-20 13:08:33 +01:00
translation-table.h
types.h
unicast.c
unicast.h
vis.c batman-adv: fixed hash functions type to uint32_t instead of int 2011-11-20 13:08:33 +01:00
vis.h