]> 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)
commit3cce2ab9081184a3f7216d9f56eb13e942d85480
tree01de4f3ad8098331f6c94d54c77b82398c92b3ec
parentb1107689533ffcd1330bb0ab258c1e465fc62cc0
parent0a9efbab5ec52a6ff023fb52524eff41110d05d4
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>