[<prev] [next>] [day] [month] [year] [list]
Message-ID: <472E7C2C.3030205@cn.fujitsu.com>
Date: Mon, 05 Nov 2007 10:13:00 +0800
From: Li Zefan <lizf@...fujitsu.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/6] fix memset size error
This series of six proposed patches fix the same kind of bug. The size
passing to memset is the size of a pointer i.e. sizeof(ptr), and normally
the right thing is sizeof(*ptr).
Li Zefan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists