]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit92a93fd5bbe7dbe0ee7322c92e44a820f62bef90
tree01de4f3ad8098331f6c94d54c77b82398c92b3ec
parent4ef7ea9195ea73262cd9730fb54e1eb726da157b
parentc96356a9baa2e3d628caf52f3b83df1968628b5f
Merge branch 'isdn-null-deref'

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>