1
0
Fork 0
alistair23-linux/drivers/net/bonding
nikolay@redhat.com c84e1590d1 bonding: fix second off-by-one error
Fix off-by-one error because IFNAMSIZ == 16 and when this
code gets executed we stick a NULL byte where we should not.

How to reproduce:
 with CONFIG_CC_STACKPROTECTOR=y (otherwise it may pass by silently)
 modprobe bonding; echo 1 > /sys/class/net/bond0/bonding/mode;
 echo "AAAAAAAAAAAAAAAA" > /sys/class/net/bond0/bonding/active_slave;

Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>

Note: Sorry for the second patch but I missed this one while checking
      the file. You can squash them into one patch.
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-11-01 11:53:44 -04:00
..
Makefile
bond_3ad.c bonding: drop_monitor aware 2012-06-13 16:00:26 -07:00
bond_3ad.h bonding: remove packet cloning in recv_probe() 2012-06-12 18:51:09 -07:00
bond_alb.c bonding: drop_monitor aware 2012-06-13 16:00:26 -07:00
bond_alb.h
bond_debugfs.c bonding: debugfs and network namespaces are incompatible 2012-07-09 14:49:15 -07:00
bond_main.c vlan: fix bond/team enslave of vlan challenged slave/port 2012-10-16 14:41:46 -04:00
bond_procfs.c bonding: show all the link status of slaves 2012-06-17 16:23:54 -07:00
bond_sysfs.c bonding: fix second off-by-one error 2012-11-01 11:53:44 -04:00
bonding.h bonding: remove packet cloning in recv_probe() 2012-06-12 18:51:09 -07:00