summaryrefslogtreecommitdiff
path: root/drivers/isdn/mISDN
diff options
context:
space:
mode:
authorKarsten Keil <keil@b1-systems.de>2015-10-21 14:18:38 +0200
committerDavid S. Miller <davem@davemloft.net>2015-10-22 07:23:19 -0700
commitc7a7c95e8e18a3598c4d0f99c35e69dce591daf1 (patch)
tree14d13afeeb24e7890b42109bac28e95520fcfde6 /drivers/isdn/mISDN
parent4ef7ea9195ea73262cd9730fb54e1eb726da157b (diff)
ISDN: fix OOM condition for sending queued I-Frames
The skb_clone() return value was not checked and the skb_realloc_headroom() usage was wrong, the old skb was not freed. It turned out, that the skb_clone is not needed at all, the skb_realloc_headroom() will create a private copy with enough headroom and the original SKB can be used for the ACK queue. We need to requeue the original skb if the call failed, since the upper layer cannot be informed about memory shortage. Thanks to Insu Yun <wuninsu@gmail.com> to remind me on this issue. Signed-off-by: Karsten Keil <keil@b1-systems.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/mISDN')
0 files changed, 0 insertions, 0 deletions