1. 29 11月, 2010 3 次提交
  2. 28 11月, 2010 2 次提交
  3. 25 11月, 2010 5 次提交
  4. 22 11月, 2010 2 次提交
  5. 20 11月, 2010 1 次提交
  6. 19 11月, 2010 6 次提交
  7. 18 11月, 2010 1 次提交
    • D
      rds: Integer overflow in RDS cmsg handling · 218854af
      Dan Rosenberg 提交于
      In rds_cmsg_rdma_args(), the user-provided args->nr_local value is
      restricted to less than UINT_MAX.  This seems to need a tighter upper
      bound, since the calculation of total iov_size can overflow, resulting
      in a small sock_kmalloc() allocation.  This would probably just result
      in walking off the heap and crashing when calling rds_rdma_pages() with
      a high count value.  If it somehow doesn't crash here, then memory
      corruption could occur soon after.
      Signed-off-by: NDan Rosenberg <drosenberg@vsecurity.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      218854af
  8. 17 11月, 2010 3 次提交
  9. 13 11月, 2010 7 次提交
  10. 12 11月, 2010 1 次提交
  11. 11 11月, 2010 5 次提交
  12. 10 11月, 2010 3 次提交
  13. 09 11月, 2010 1 次提交