From: Eric Dumazet Date: Wed, 10 Mar 2010 16:13:36 +0000 (+0100) Subject: mac80211: Fix memory leak in ieee80211_if_write() X-Git-Tag: v2.6.34-rc2~48^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51f5f8ca446d4c59041b9b6995821e13208897ea;p=pandora-kernel.git mac80211: Fix memory leak in ieee80211_if_write() Fix memory leak and use kmalloc() instead of kzalloc() as we are going to overwrite the allocated buffer. Signed-off-by: Eric Dumazet Signed-off-by: John W. Linville --- Reading git-diff-tree failed