linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 1/2 v2] s390: qeth: Fix potential array overrun in cmd/rc lookup
       [not found] <20180910165233.377f3cae@endymion>
@ 2018-09-12 14:47 ` Julian Wiedmann
  0 siblings, 0 replies; only message in thread
From: Julian Wiedmann @ 2018-09-12 14:47 UTC (permalink / raw)
  To: linux-s390

On 10.09.2018 16:52, Jean Delvare wrote:
> Functions qeth_get_ipa_msg and qeth_get_ipa_cmd_name are modifying
> the last member of global arrays without any locking that I can see.
> If two instances of either function are running at the same time,
> it could cause a race ultimately leading to an array overrun (the
> contents of the last entry of the array is the only guarantee that
> the loop will ever stop).
> 
> Performing the lookups without modifying the arrays is admittedly
> slower (two comparisons per iteration instead of one) but these
> are operations which are rare (should only be needed in error
> cases or when debugging, not during successful operation) and it
> seems still less costly than introducing a mutex to protect the
> arrays in question.
> 
> As a side bonus, it allows us to declare both arrays as const data.
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Julian Wiedmann <jwi@linux.ibm.com>
> Cc: Ursula Braun <ubraun@linux.ibm.com>
> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
> Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
> ---
> Note: build-tested only.
> Note: applies on top of zhong jiang's patch which makes use of
> ARRAY_SIZE.
> 
> Changes since v1:
>  * Restored last entry of qeth_ipa_cmd_names[], which had been removed
>    by accident. Reported by Ursula Braun.
> 
>  drivers/s390/net/qeth_core_main.c |    2 +-
>  drivers/s390/net/qeth_core_mpc.c  |   30 ++++++++++++++++--------------
>  drivers/s390/net/qeth_core_mpc.h  |    4 ++--
>  3 files changed, 19 insertions(+), 17 deletions(-)
> 

Looks good - applied, thanks Jean!

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

only message in thread, other threads:[~2018-09-12 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20180910165233.377f3cae@endymion>
2018-09-12 14:47 ` [PATCH 1/2 v2] s390: qeth: Fix potential array overrun in cmd/rc lookup Julian Wiedmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).