]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4.20-nfsd-xdr-secfix.patch
- fix unresolved symbols in ipv6 netfilter
[packages/kernel.git] / linux-2.4.20-nfsd-xdr-secfix.patch
CommitLineData
10679586 1 # fixes CAN-2003-0619
2--- linux-2.4.20/fs/nfsd/nfs3xdr.c.orig Tue Sep 9 15:07:16 2003
3+++ linux-2.4.20/fs/nfsd/nfs3xdr.c Tue Sep 9 16:17:12 2003
4@@ -54,7 +54,7 @@
5 static inline u32 *
6 decode_fh(u32 *p, struct svc_fh *fhp)
7 {
8- int size;
9+ unsigned int size;
10 fh_init(fhp, NFS3_FHSIZE);
11 size = ntohl(*p++);
12 if (size > NFS3_FHSIZE)
This page took 0.46137 seconds and 4 git commands to generate.