public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] cgroups: strcpy destination string overflow
@ 2010-10-05  8:38 Evgeny Kuznetsov
  2010-10-05  8:38 ` [PATCH 1/1] " Evgeny Kuznetsov
  0 siblings, 1 reply; 4+ messages in thread
From: Evgeny Kuznetsov @ 2010-10-05  8:38 UTC (permalink / raw)
  To: menage, lizf
  Cc: akpm, kamezawa.hiroyu, bblum, containers, linux-kernel,
	ext-eugeny.kuznetsov

Hi,

Here is patch which fixes minor bug in /kernel/cgroup.c file.
Function "strcpy" is used without check for maximum allowed source
string length and could cause destination string overflow.

Thanks,
Best Regards,
Evgeny

Evgeny Kuznetsov (1):
  cgroups: strcpy destination string overflow

 kernel/cgroup.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-05 19:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05  8:38 [PATCH 0/1] cgroups: strcpy destination string overflow Evgeny Kuznetsov
2010-10-05  8:38 ` [PATCH 1/1] " Evgeny Kuznetsov
2010-10-05 19:48   ` Andrew Morton
2010-10-05 19:50     ` Paul Menage

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