]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'isdn-null-deref'
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Oct 2015 14:23:25 +0000 (07:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Oct 2015 14:23:25 +0000 (07:23 -0700)
Karsten Keil says:

====================
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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge