diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2007-09-26 18:38:10 (GMT) |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-10-09 21:20:30 (GMT) |
commit | 67f97d83bfcca9d9f8fbeeb14e7c644a82b24e12 (patch) | |
tree | a33db52992e4f916618d629eef94dd811e7d42b1 /net/llc/llc_c_st.c | |
parent | afde94f398b62c8596a8d0cbfc25798f0b52a371 (diff) | |
download | linux-fsl-qoriq-67f97d83bfcca9d9f8fbeeb14e7c644a82b24e12.tar.xz |
SUNRPC: Use correct type in buffer length calculations
Use correct type signage in gss_krb5_remove_padding() when doing length
calculations. Both xdr_buf.len and iov.iov_len are size_t, which is
unsigned; so use an unsigned type for our temporary length variable to
ensure we don't overflow it..
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/llc/llc_c_st.c')
0 files changed, 0 insertions, 0 deletions