[OpenAFS-devel] bug in rmtsysnet.c in 1.2.10

Joe Buehler jbuehler@hekimian.com
Thu, 30 Oct 2003 13:08:41 -0500


The variable "lptr" is not initialized before it is used
by the following code in outparam_conversion():

	case VIOCCKCONN & 0xffff:
	    if (ntoh_conv)
		*lptr = ntohl(*lptr);
	    else
		*lptr = htonl(*lptr);
	    break;


Found via a compiler warning under HPUX 11.0.
-- 
Joe Buehler