commit | 92a93fd5bbe7dbe0ee7322c92e44a820f62bef90 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Oct 22 07:23:25 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 22 07:23:25 2015 -0700 |
tree | 01de4f3ad8098331f6c94d54c77b82398c92b3ec | |
parent | 4ef7ea9195ea73262cd9730fb54e1eb726da157b [diff] | |
parent | c96356a9baa2e3d628caf52f3b83df1968628b5f [diff] |
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>