public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] fix memset size error
@ 2007-11-05  2:13 Li Zefan
  0 siblings, 0 replies; only message in thread
From: Li Zefan @ 2007-11-05  2:13 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-05  2:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05  2:13 [PATCH 0/6] fix memset size error Li Zefan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox