public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] initramfs: strcpy destination string overflow
@ 2010-10-05  8:44 Evgeny Kuznetsov
  2010-10-05  8:44 ` [PATCH 1/1] " Evgeny Kuznetsov
  0 siblings, 1 reply; 8+ messages in thread
From: Evgeny Kuznetsov @ 2010-10-05  8:44 UTC (permalink / raw)
  To: akpm, torvalds; +Cc: phillip, hsweeten, hpa, linux-kernel, ext-eugeny.kuznetsov

Hi,

Here is patch which fixes bug in /init/initramfs.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):
  initramfs: strcpy destination string overflow

 init/initramfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

end of thread, other threads:[~2010-10-06  9:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05  8:44 [PATCH 0/1] initramfs: strcpy destination string overflow Evgeny Kuznetsov
2010-10-05  8:44 ` [PATCH 1/1] " Evgeny Kuznetsov
2010-10-05 11:44   ` Américo Wang
2010-10-05 15:55   ` Linus Torvalds
2010-10-05 16:00     ` H. Peter Anvin
2010-10-05 16:51     ` Al Viro
2010-10-05 18:09       ` H. Peter Anvin
2010-10-06  8:58         ` Evgeny Kuznetsov

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