UBL: verify skb space when sw_ctype adding
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8GIXF CVE: NA ----------------------------------------------------------- When sw_ctype is added, the skb_push function is used, which may cause exceptions because there is insufficient space between skb->head and skb->data. Before calling skb_push, this patch uses skb_cow_head for protection to ensure sufficient space. Signed-off-by:Haibin Lu <luhaibin10@hisilicon.com>
Loading
Please sign in to comment