e504a879b57a637b74e4 parent ec622ab072e95cf96e78ab4d39d4eea874518c80 author Jiri Slaby 1286753218 +0000 committer David S. Miller 1286820343 -0700 NET: wimax, fix use after free Stanse found that i2400m_rx frees skb, but still uses skb->len even though it has skb_len defined. So use skb_len properly in the code. And also define it unsinged int rather than size_t to solve compilation warnings. Signed-off-by: Jiri Slaby Cc: Inaky Perez-Gonzalez Cc: linux-wimax@intel.com Acked-by: Inaky Perez-Gonzalez Signed-off-by: David S. Miller 4]í