1. 24 11月, 2012 5 次提交
  2. 23 11月, 2012 1 次提交
  3. 22 11月, 2012 3 次提交
  4. 21 11月, 2012 1 次提交
  5. 19 11月, 2012 1 次提交
  6. 15 11月, 2012 1 次提交
  7. 10 11月, 2012 9 次提交
  8. 09 11月, 2012 4 次提交
  9. 04 11月, 2012 1 次提交
  10. 03 11月, 2012 8 次提交
  11. 02 11月, 2012 5 次提交
  12. 01 11月, 2012 1 次提交
    • N
      bonding: fix second off-by-one error · c84e1590
      nikolay@redhat.com 提交于
      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: NNikolay 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: NDavid S. Miller <davem@davemloft.net>
      c84e1590