1. 05 6月, 2008 1 次提交
    • T
      [IPV6] ADDRCONF: Check range of prefix length · 24ef0da7
      Thomas Graf 提交于
      As of now, the prefix length is not vaildated when adding or deleting
      addresses. The value is passed directly into the inet6_ifaddr structure
      and later passed on to memcmp() as length indicator which relies on
      the value never to exceed 128 (bits).
      
      Due to the missing check, the currently code allows for any 8 bit
      value to be passed on as prefix length while using the netlink
      interface, and any 32 bit value while using the ioctl interface.
      
      [Use unsigned int instead to generate better code - yoshfuji]
      Signed-off-by: NThomas Graf <tgraf@suug.ch>
      Signed-off-by: NYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
      24ef0da7
  2. 20 5月, 2008 2 次提交
  3. 22 4月, 2008 1 次提交
  4. 14 4月, 2008 3 次提交
  5. 12 4月, 2008 5 次提交
  6. 11 4月, 2008 1 次提交
  7. 05 4月, 2008 1 次提交
  8. 04 4月, 2008 3 次提交
  9. 03 4月, 2008 1 次提交
  10. 02 4月, 2008 2 次提交
  11. 26 3月, 2008 4 次提交
  12. 25 3月, 2008 2 次提交
  13. 06 3月, 2008 4 次提交
  14. 05 3月, 2008 4 次提交
  15. 04 3月, 2008 2 次提交
  16. 29 2月, 2008 1 次提交
  17. 27 2月, 2008 1 次提交
  18. 29 1月, 2008 2 次提交