cipso: unsigned buf_len cannot be negative
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / core / iovec.c
index 755c37fdaee799c734962a1739dafdbb71882ff5..4c9c0121c9dae3c70a6fe99d57d6111bfa7545e3 100644 (file)
@@ -36,7 +36,7 @@
  *     in any case.
  */
 
-int verify_iovec(struct msghdr *m, struct iovec *iov, char *address, int mode)
+int verify_iovec(struct msghdr *m, struct iovec *iov, struct sockaddr *address, int mode)
 {
        int size, err, ct;