From 46e407dd349c5ffbb869f5999fa596d1e08f2810 Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Tue, 23 Apr 2013 10:44:35 +0800 Subject: [PATCH] mei: fix krealloc() misuse in in mei_cl_irq_read_msg() If krealloc() returns NULL, it doesn't free the original. So any code of the form 'foo = krealloc(foo, ...);' is almost certainly a bug. Introduced by commit fcb136e1ac5774909e0d85189f721b8dfa800e0f(mei: fix reading large reposnes) Signed-off-by: Wei Yongjun Acked-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed