Files
linux-legacy-genesi/net
Arjan van de Ven 5c7fba3229 net: Make the copy length in af_packet sockopt handler unsigned
fixed upstream in commit b7058842c940ad2c08dd829b21e5c92ebe3b8758 in a different way

The length of the to-copy data structure is currently stored in
a signed integer. However many comparisons are done with sizeof(..)
which is unsigned. It's more suitable for this variable to be unsigned
to make these comparisons more naturally right.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-10-05 09:32:22 -07:00
..
2009-05-25 01:53:53 -07:00
2009-08-03 13:24:39 -07:00
2009-01-04 17:29:21 -08:00
2009-08-06 13:08:40 -07:00
2009-05-25 01:53:53 -07:00
2009-07-12 12:22:34 -07:00
2009-08-23 22:55:51 -07:00
2009-08-17 13:38:34 -04:00
2009-08-17 18:05:32 -07:00
2009-08-05 12:14:09 -07:00
2009-08-06 13:08:38 -07:00
2009-07-12 12:22:34 -07:00
2009-07-12 12:22:34 -07:00