Loading net/compat.c +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ int cmsghdr_from_user_compat_to_kern(struct msghdr *kmsg, struct sock *sk, if (kcmlen > stackbuf_size) kcmsg_base = kcmsg = sock_kmalloc(sk, kcmlen, GFP_KERNEL); if (kcmsg == NULL) return -ENOBUFS; return -ENOMEM; /* Now copy them over neatly. */ memset(kcmsg, 0, kcmlen); Loading Loading
net/compat.c +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ int cmsghdr_from_user_compat_to_kern(struct msghdr *kmsg, struct sock *sk, if (kcmlen > stackbuf_size) kcmsg_base = kcmsg = sock_kmalloc(sk, kcmlen, GFP_KERNEL); if (kcmsg == NULL) return -ENOBUFS; return -ENOMEM; /* Now copy them over neatly. */ memset(kcmsg, 0, kcmlen); Loading