]> git.baikalelectronics.ru Git - kernel.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)
commit62f1bd1ed4de41711ea917f9b567f6c9999e9ad6
tree01de4f3ad8098331f6c94d54c77b82398c92b3ec
parentb3d3fb2a101d84a42d8747d8d4ceee92743533e0
parent9ffe9c125200ae610cae8b98376a220daf7ae3e3
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>