[18] in 6.033-lab

home help back first fref pref prev next nref lref last post

Another stub bug

daemon@ATHENA.MIT.EDU (Jeffrey Hu)
Wed Mar 26 01:03:36 1997

From: Jeffrey Hu <jhu@MIT.EDU>
To: 6.033-lab@MIT.EDU
Cc: csapuntz@MIT.EDU
Date: Wed, 26 Mar 1997 01:04:01 EST

It's a small one, but a bug nonetheless.

	In the large() function in server.c, the variable sum should
	be initialized to zero.  So line 67 should be

		int cnt;
		int sum = 0;

	or some functional equivalent, instead of 

		int    cnt, sum;

I can't believe how long it's taking me to implement this thing!

						Jeff

home help back first fref pref prev next nref lref last post