NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/35448 CVS commit: src/sys/nfs



The following reply was made to PR port-alpha/35448; it has been noted by GNATS.

From: "Chuck Silvers" <chs%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/35448 CVS commit: src/sys/nfs
Date: Thu, 14 May 2015 17:35:54 +0000

 Module Name:	src
 Committed By:	chs
 Date:		Thu May 14 17:35:54 UTC 2015
 
 Modified Files:
 	src/sys/nfs: nfs_vnops.c
 
 Log Message:
 in nfs_writerpc(), avoid a signed/unsigned problem in computing the
 number of bytes to back up in the uio when we need to resend a write RPC
 (eg. after a server crash) on a 64-bit platform.  should fix PR 35448.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.307 -r1.308 src/sys/nfs/nfs_vnops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index