diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2016-03-26 22:24:09 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-28 04:39:22 +0200 |
commit | 79c134239df989167acd277364b83ff9e91e70c4 (patch) | |
tree | 48d945e9930d95c5f293cf7b5c2647fccb7f9f2f /samples/kprobes/Makefile | |
parent | Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression. (diff) | |
download | linux-79c134239df989167acd277364b83ff9e91e70c4.tar.xz linux-79c134239df989167acd277364b83ff9e91e70c4.zip |
net: sxgbe: fix error paths in sxgbe_platform_probe()
We need to use post-decrement to ensure that irq_dispose_mapping is
also called on priv->rxq[0]->irq_no; moreover, if one of the above for
loops failed already at i==0 (so we reach one of these labels with
that value of i), we'll enter an essentially infinite loop of
out-of-bounds accesses.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Reviewed-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples/kprobes/Makefile')
0 files changed, 0 insertions, 0 deletions