Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1278058

Re: [PATCH] remoteproc: avoid stack overflow in debugfs file

From Ohad Ben-Cohen <ohad@wizery.com>
Newsgroups linux.kernel
Subject Re: [PATCH] remoteproc: avoid stack overflow in debugfs file
Date 2015-11-26 09:20 +0100
Message-ID <qyZWx-2oi-11@gated-at.bofh.it> (permalink)
References <qwXFx-1Np-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Nov 20, 2015 at 7:26 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> Recent gcc versions warn about reading from a negative offset of
> an on-stack array:
>
> drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_recovery_write':
> drivers/remoteproc/remoteproc_debugfs.c:167:9: warning: 'buf[4294967295u]' may be used uninitialized in this function [-Wmaybe-uninitialized]
>
> I don't see anything in sys_write() that prevents us from
> being called with a zero 'count' argument, so we should
> add an extra check in rproc_recovery_write() to prevent the
> access and avoid the warning.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 2e37abb89a2e ("remoteproc: create a 'recovery' debugfs entry")

Applied to remoteproc-fixes, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] remoteproc: avoid stack overflow in debugfs file Arnd Bergmann <arnd@arndb.de> - 2015-11-20 18:30 +0100
  Re: [PATCH] remoteproc: avoid stack overflow in debugfs file Ohad Ben-Cohen <ohad@wizery.com> - 2015-11-26 09:20 +0100

csiph-web