All of lore.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
       [not found] ` <cover.1286193571.git.EXT-Eugeny.Kuznetsov-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
  0 siblings, 2 replies; 7+ 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] 7+ messages in thread

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

Thread overview: 7+ 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
     [not found]   ` <2acb25707f916de866aa520b1a9f04f0f48c949c.1286193571.git.EXT-Eugeny.Kuznetsov-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-10-05 19:48     ` Andrew Morton
2010-10-05 19:48   ` Andrew Morton
2010-10-05 19:50     ` Paul Menage
     [not found]     ` <20101005124802.989f6214.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2010-10-05 19:50       ` Paul Menage
     [not found] ` <cover.1286193571.git.EXT-Eugeny.Kuznetsov-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-10-05  8:38   ` Evgeny Kuznetsov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.