[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1445429919-22924-1-git-send-email-keil@b1-systems.de>
Date: Wed, 21 Oct 2015 14:18:37 +0200
From: Karsten Keil <keil@...systems.de>
To: davem@...emloft.net
Cc: Karsten Keil <keil@...systems.de>, isdn@...ux-pingi.de,
netdev@...r.kernel.org, wuninsu@...il.com
Subject: [PATCH 0/2] Fix potential NULL pointer access and memory leak in ISDN layer2 functions
Insu Yun did brinup the issue with not checking the skb_clone() return
value in the layer2 I-frame ull functions.
This series fix the issue in a way which avoid protocol violations/data loss
on a temporary memory shortage.
Karsten Keil (2):
ISDN: fix OOM condition for sending queued I-Frames
mISDN: fix OOM condition for sending queued I-Frames
drivers/isdn/hisax/isdnl2.c | 20 +++++++----------
drivers/isdn/mISDN/layer2.c | 54 +++++++++++++++++----------------------------
2 files changed, 28 insertions(+), 46 deletions(-)
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists